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

#### Summary: The Stan Reference Manual doesn't mention that the Stan compiler doesn't allow this: ``` generated quantities { int N = 10; array[N] int foo; } ``` The compiler...

#### Summary: We should talk about how to replace a normal over a data set with sufficient statistics. #### Description: These models induce the same posteriors over `mu` and `sigma`....

good first issue
feature

#### Summary: The `~` notation continues to trip up users. #### Description: See summary. #### Current Version: v2.20something

enhancement
good first issue

#### Summary: The section of the Users guide: Efficiency-tuning/standardizing-predictors-and-outputs needs to be updated, it is wrong right now. #### Description: The section describes standardizing predictors (this is OK), and an...

Not sure if this is intended or worth changing, but the following manual sections for Array operations include signatures with no array types: - [Norms](https://mc-stan.org/docs/functions-reference/array_operations.html#norms): Contains both `array` and `vector`/`row_vector`...

#### Summary: The `bernoulli_rng` function - https://mc-stan.org/docs/functions-reference/binary_distributions.html#bernoulli-distribution has return type `R`: ``` R bernoulli_rng(reals theta) ``` Shouldn't this be `ints`? #### Description: Description: https://mc-stan.org/docs/functions-reference/conventions_for_probability_functions.html#return-type > Discrete distributions return ints and...

question

The current page is at https://mc-stan.org/docs/reference-manual/pathfinder.html, source: https://github.com/stan-dev/docs/blob/master/src/reference-manual/pathfinder.qmd There is not currently a good description of the algorithmic tuning parameters or stages of the algorithm, especially compared to e.g. HMC...

This is an issue tracker for the translation efforts: - Chinese (@yixuan and @yizhang-yiz) - Spanish (@aloctavodia) - Portuguese (@storopoli) Cc @mitzimorris

#### Summary: The equation for the wiener pdf [here](https://mc-stan.org/docs/functions-reference/positive_lower-bounded_distributions.html#probability-density-function-2) is incorrect #### Description: The pdf for the wiener is described in the docs as ![image](https://github.com/stan-dev/docs/assets/12783882/5026eeb9-9b38-4afc-90b3-3c5a26fd661e) Citing Navarro & Fuss (2009)....

#### Summary: When using the built-in search function from within functions reference, I only see search results from the User's guide, but not results from functions reference. #### Description: 1)...