PosteriorFrame {dirichletprocess} | R Documentation |
Calculate the posterior mean and quantiles from a Dirichlet process object.
Description
Calculate the posterior mean and quantiles from a Dirichlet process object.
Usage
PosteriorFrame(dpobj, xgrid, ndraws = 1000, ci_size = 0.1)
Arguments
dpobj |
The Dirichlet process object to be drawn from. |
xgrid |
The x values the posterior is to be evaluated at. |
ndraws |
The number of posterior draws to take. |
ci_size |
The size of the credible interval draw in terms of percentage. |
Value
A dataframe consisting of the posterior mean and credible intervals.
[Package dirichletprocess version 0.4.2 Index]