cmdstanpy
cmdstanpy copied to clipboard
CmdStanPy is a lightweight interface to Stan for Python users which provides the necessary objects and functions to compile a Stan program and fit the model to data using CmdStan.
The `CmdStanMCMC.summary()` method runs `stansummary` under the hood (passing appropriate arguments to the command call). In large models with draws from thousands of quantities, computing this summary can be pretty...
CmdStanPy automatically resolves whether it needs `fixed_param = True` or not depending on the number of parameters in the model. This isn't clear in the documentation, which makes it sound...
#### Submission Checklist - [x] Run unit tests - [x] Declare copyright holder and open-source license: see below #### Summary Intends to resolve #770. Adds a `save_singe_paths` boolean keyword argument...