cmdstan
cmdstan copied to clipboard
CmdStan, the command line interface to Stan
[Section 14.3.1](https://mc-stan.org/docs/2_26/cmdstan-guide/parallelization.html#opencl ) of the `cmdstan` guide explains how to check for OpenCL runtimes etc. and points to pre-built binary for Windows that can be downloaded from [this GitHub repo](https://github.com/Oblomov/clinfo)....
This issue was moved from CmdStanPy, so it may not have the right language here. The issue is around this specification for `stansummary` #### Summary: The function `stansummary` should be...
#### Submisison Checklist - [x] Run tests: `./runCmdStanTests.py src/test` - [x] Declare copyright holder and open-source license: see below #### Summary: Updates the recently added `log_prob` method so that the...
#### Description: [RTools 4v2](https://cran.r-project.org/bin/windows/Rtools/) offers the use of g++ 10.3 with UCRT (Universtal C Runtime) in addition to the mingw g++ 8.3, which we currently recommend. UCRT is what Visual...
#### Summary: The new warning page (https://mc-stan.org/misc/warnings.html) hopefully provides better context for understanding and diagnosing warnings from `diagnose` output (divergences, treedepth, ...). So the current short description and hints (e.g....
#### Summary: There are multiple makefile variables that are not document anywhere, mostly those that are mostly useful during development. For example `STANC3`, `STANC3_VERSION`. We need to document them somewhere....
### Summary: When I run the latest `develop` version of cmdstan, it recompiles the `main.cpp` every time, but it should only have to be compiled once. ### Description: The `main.cpp`...
#### Summary: Match the RStan feature that lets you indicate which parameters to save by name (not by index within name). I'm not sure if this is something that's best...
#### Summary: Utility `stansummary` use of sig figs combined with scientific notation results in only 2 digit's worth of precision. #### Description: cf: https://github.com/stan-dev/cmdstanpy/issues/550#issuecomment-1081108389 > It seems that the CSV...
#### Summary: See https://github.com/stan-dev/cmdstan/issues/770. I just tried with 2.29.0 and get the same error. #### Description: Describe the issue as clearly as possible. #### Reproducible Steps: Please report steps to...