cmdstan
cmdstan copied to clipboard
CmdStan, the command line interface to Stan
_From @yizhang-cae on July 11, 2018 15:32_ #### Summary: User may want to supplied his own C++ code and/or library. The compiling/linking may require special treatment. Stan needs a rule...
#### Summary: Attempting to link a model w/ threading on Intel compiler produces a partial specialization error. #### Description: I am attempting to test scaling of threaded `map_rect` on a...
This is a feature request. It would be cool if parameters could be excluded by partial matching (or regular expression). Furthermore, I suggest that any parameter with a prefix of...
_From @bob-carpenter on March 14, 2014 15:44_ It'd be nice if instead of crashing with an exception dump facing the user if bin/print and the actual commands to run the...
Moved from https://github.com/stan-dev/stan/issues/544 In order to perform fake data simulation or posterior predictive checking, it would be nice to be able to convert the output of a Stan model from...
#### Summary: The CmdStan method `generate_quantities` doesn't directly provide a way to summarize the output csv file; either modify `stansummary` to recognize generate quantities output, or create new utility. ####...
#### Summary: Generate quantities method currently has var `hmc_fixed_cols` which expects NUTS sampler output columns. Instead, read CSV column header names; sampler variable names end in `__` - calculate offset...
#### Summary: Change N_Eff to ESS as N is misleading as it in manual refers to to the number iterations in each chain (or is often used for the number...
This will happen with v3.0.0 and not before.
#### Summary: The first draw in the output summary if warmup is saved should be the initialization. #### Description: It currently doesn't. #### Reproducible Steps: Program: ``` parameters { real...