distSmry: Distribution summary
Description
Summarize a numerical distribution.
Usage
distSmry(x, p = 0.95, dens.n = 10000)
Arguments
- x
vector of numerical values.
- p
percent of distribution to summarized by quantile interval (ci) and
highest posterior density interval (hdi).
- dens.n
number of points used to estimate the mode from the fitted
density (see density
).