docs
docs copied to clipboard
Documentation for the Stan language and CmdStan
This issue stems from https://github.com/stan-dev/stanc3/issues/1286 where there was some confusion on length 0 arrays. It becomes apparent that there is ambiguity in the type of the array with length 0....
https://github.com/stan-dev/docs/blob/e0afdd2d9419633ce27c89b7616352369235fda8/src/stan-users-guide/odes.Rmd#L141 While `real` `t` and `vector` `y` (the state variable) must be coded into the first two parameters of the ode function, the user does not pass these to the...
#### Summary: Missing text in multivariate priors section of user guide. #### Description: Typo/omitted text in the [multivariate priors section of the users guide](https://mc-stan.org/docs/stan-users-guide/multivariate-hierarchical-priors.html ). Comes at the end of...
#### Summary: The [Multi Chain Sampling](https://mc-stan.org/docs/cmdstan-guide/mcmc-intro.html#multi-chain-sampling) section includes the following sentence > If the model was not compiled with `STAN_THREADS=true`, the above command will run 4 chains sequentially and will...
Chapter 10 of the Stan User Guide currently uses either custom code or the deprecated `cov_exp_quad()` where `gp_exp_quad_cov()` should be used. Also, might be worth showing the use of the...
#### Summary: The reference manual says that the hyperspherical and stick breaking constructions are the same, but we should qualify that to say that they're only the same in the...
#### Summary: The `build.py` script doesn't have enough error handling. Improve both error handling in script, and provide more info on troubleshooting in repo README and wikil. #### Description: see...
#### Summary: I believe the documentation for cmdstan_diagnose does not match the actual behavior. #### Description: On the manual page for cmdstan_diagnose (https://mc-stan.org/docs/cmdstan-guide/diagnose.html) the documentation describes using the improved R-hat...
#### Summary: The section on HMMs in the user's guide should be rewritten to use the new(ish) built-ins #### Description: Replace this user's guide section: https://mc-stan.org/docs/2_29/stan-users-guide/hmms.html With calls to this:...
#### Summary: The Stan User's Guide should provide examples of using the vectorized glm functions whenever possible, and the Functions Reference Manual should make it easier to find them -...