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.
#### Submission Checklist - [x] Run unit tests: `./runTests.py src/test/unit` - [x] Run cpplint: `make cpplint` - [x] Declare copyright holder and open-source license: see below #### Summary Closes https://github.com/stan-dev/stanc3/issues/1240....
#### Submission Checklist - [x] Run unit tests: `./runTests.py src/test/unit` - [x] Run cpplint: `make cpplint` - [x] Declare copyright holder and open-source license: see below #### Summary Uses https://github.com/stan-dev/stanc3/pull/1241...
#### Summary: Running a model produces the error above and also says: > This is an internal error, if you see it please report it as an issue on the...
#### Submission Checklist - [ ] Run unit tests: `./runTests.py src/test/unit` - [ ] Run cpplint: `make cpplint` - [ ] Declare copyright holder and open-source license: see below ####...
#### Summary: There should be an implementation of a new Rhat diagnostic described in [Vehtari](https://arxiv.org/abs/1903.08008) #### Description: In file` ./src/stan/analyze/mcmc/compute_potential_scale_reduction.hpp `is implemented old split-rhat diagnostic also described in the article....
#### Summary: Reported by @avehtari: Requesting the number of draws to be some small number and not also changing `num_elbo_draws` leads to a CSV file of unexpected length. This is...
#### Submission Checklist - [x] Run unit tests: `./runTests.py src/test/unit` - [x] Run cpplint: `make cpplint` - [x] Declare copyright holder and open-source license: see below #### Summary Uses Eigen...
#### Summary: Infinite loop in `WolfLSZoom` when using stan for optimization #### Description: When using Stan for optimization (with `optimizing` in rStan), the function `WolfLSZoom` (file bgfs_linesearch.hpp) is called, and...
#### Summary: After building on windows, `install-tbb.bat` fails with an error: ``` ERROR: Invalid syntax. Default option is not allowed more than '2' time(s). ``` I think that this is...
#### Summary: In situations like https://github.com/stan-dev/cmdstan/issues/1207, where there is an infinite loop which never exits, a user may try to debug-by-print the loop condition. This will never be useful, as...