-
-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Labels
Description
Summary:
Currently bin/stansummary reports the central 90% credible interval.
cmdstan/src/cmdstan/stansummary.cpp
Lines 110 to 111 in fd7262e
| Eigen::VectorXd probs(3); | |
| probs << 0.05, 0.5, 0.95; |
add command line option allowing user to specify set quantiles in the form of an ordered, comma-separated list, e,g, --percentiles "5,25,50,75,95" or --percentiles "5, 23, 50, 71, 89".
Description:
feature request from CmdStanPy: stan-dev/cmdstanpy#250
Current Version:
v2.23.0
Reactions are currently unavailable