R/posterior_frame.R
PosteriorFrame.RdCalculate the posterior mean and quantiles from a Dirichlet process object.
PosteriorFrame(dpobj, xgrid, ndraws = 1000, ci_size = 0.1)
| 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. |
A dataframe consisting of the posterior mean and credible intervals.