stan
stan copied to clipboard
Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.
#### Summary: Add a function to compute the bivariate normal cdf. #### Description: For size 2 vectors `y` and `mu` and 2 x 2 covariance matrix `Sigma`, compute ``` bivar_normal_cdf(y,...
#### Summary: stan::io reimplements its own versions of ordered_free (https://github.com/stan-dev/stan/blob/develop/src/stan/io/writer.hpp#L211) and positive_ordered_free (https://github.com/stan-dev/stan/blob/develop/src/stan/io/writer.hpp#L237) instead of using the stuff in the math library I assigned it to you @syclik to evaluate...
#### Summary: support arbitrary type in external C++ code so `user_header.hpp` can provide higher-order function support. #### Description: Currently external C++ function in Stan must be declared in `functions` block...
#### Summary: Allow 3rd-party PDE(partial differential equation) libraries to be used to perform inference that involve PDEs. #### Description: The design involves `cmdstan`, `stan`, and `math`. This issue ticket solicits...
#### Summary: This issue complements https://github.com/stan-dev/math/issues/888. #### Description: The "tricky" thing is that, in its current state, the quadratic optimizer takes in four functions as part of its arguments. This...
#### Summary: This issues is to track progress on refactoring outputs. The design and other issues are discussed at forums: http://discourse.mc-stan.org/t/proposal-for-consolidated-output/4263/19 #### Description: This will be detailed once the design...
#### Summary: Complements [issue 755 in the math repo](https://github.com/stan-dev/math/issues/755). #### Description: The goal is to design specialized functions to efficiently compute the posteriors of latent gaussian models. In particular we...
#### Summary: `int_step(x)` and `step(x)` return different values for 0. The version of `step(x)` matches the BUGS definition and the standard definition of the Heaviside step function. Therefore, it should...
#### Summary: No unit test for method `cholesky_corr_unconstrain` in unit tests. #### Description: Need unit tests for all variable types in the Stan language. As part of this issue check...
#### Summary: Log density with proportionality in ADVI drops more than constant #### Description: According to stan C++ guidance (https://github.com/stan-dev/stan/wiki/Model-Concept), the log probability of a stan model, with or without...