docs icon indicating copy to clipboard operation
docs copied to clipboard

Documentation for the Stan language and CmdStan

Results 127 docs issues
Sort by recently updated
recently updated
newest added

According to the [documentation](https://mc-stan.org/docs/2_26/functions-reference/normal-id-glm.html) one of the signatures for ```normal_id_glm``` is: ``` real normal_id_glm_lpdf(vector y | row_vector x, real alpha, vector beta, real sigma) ``` But this signature is not...

#### Summary: The following operator uses are now also supported and need docs: ``` real / vector real / row_vector real / matrix real .* vector real .* row_vector real...

good first issue

#### Summary: `matrix_normal_prec_lpdf` is in math and stanc3, and it needs to be added to docs Signatures [here](https://github.com/stan-dev/stanc3/issues/787) #### Current Version: v2.25.0

#### Summary: The `max_num_steps` parameter for ODE solvers and how to set it could be explained more exactly. #### Description: Documentation (Section 13.6) says "… and `max_num_steps` specifies the maximum...

#### Summary: cf discussion here: https://discourse.mc-stan.org/t/possible-error-in-user-guide-and-reference-manual/19625/4 #### Description: examples in Reference Manual and User's Guide are impossible to follow, especially in the latter. spell it out. #### Additional Information: Provide...

#### Summary: Document requirements on matching parameters between data fitting model and standalone gq model and show how to use fitted_params and new data to do prediction #### Description: see...

enhancement

#### Summary: I'm going to change a lot of the notation for the GP docs to be the similar to BDA3 and GPML. These are international references for Bayesian inference...

enhancement

#### Summary: I'll include valid kernel operations, proper implementation, and an illustrative time series example with statistical graphics. Notation will be unambiguous. Users should be able to copy and paste...

#### Summary: Add an appendix to the user's guide that summarizes the reference manual with an informal tour of the language. We'd cite it up front, but not expect someone...

enhancement

This came from : https://github.com/stan-dev/stan/wiki/Stan-Best-Practices/ It should be included in the user's guide in some form merged with what's there now about Stan progams as software. One of the strongest...

enhancement