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: It is a parser error to declare and define a one-dimensional integer array using the colon operator. #### Description: It is a parser error to declare and define...
Expose stan::math::hessian and stan::math::hessian_times_vector as methods in the stan::model class
#### Summary: The ```stan::model``` class does not currently expose the ```stan::math::hessian``` and ```stan::math::hessian_times_vector``` of the log probability, though in principle it could easily do so in a manner similar to...
#### Summary: Feature request: Add convergence metrics `delta_ELBO_mean`, `delta_ELBO_med` to ADVI diagnostic writer #### Description: My first issue here. Searched but found no issues specifically related to this. I am...
#### Summary: The service functions in `stan/services` are too hard to invoke because every argument must be supplied and there are over 20 of them for each service method. ####...
#### Summary: Right now it is a matter of specifying appropriate compile time defines like `-DSTAN_THREADS` in order to switch threading support on. We should consider changing `stanc` to have...
#### Summary: Allow user-defined functions to have an argument list that ends with 0 or more arguments all of the same type. Call these _optional_ arguments. #### Description: Currently there...
#### Summary: Regarding the parameters of the dual averaging optimization for the stepsize in the warmup, all parameters can be set by the user except `mu`. For certain models, the...
#### Summary: The help option is slightly out-of-date. #### Description: It currently points to the Math library repo at the end of the help message. That should point to Stan....
#### Summary: The point of this feature request is to merge the `transformed parameters` and `model` blocks, as the added complexity of having them be separate entities seems unnecessary. ####...
#### Summary: Although it is not specified in the manual, gaussian_dlm_obs() gives an error if the C0 argument is nonnegative definite instead of positive definite. #### Description: The C0 argument...