View source: R/03-summary-statistics.R
interpolate_marginal_posterior | R Documentation |
Build a Lagrange polynomial interpolant of the marginal posterior, for plotting and for computing quantiles.
interpolate_marginal_posterior(
margpost,
method = c("auto", "polynomial", "spline")
)
margpost |
The output of |
method |
The method to use. Default is a |
A function of theta
which computes the log interpolated normalized marginal posterior.
Other summaries:
compute_pdf_and_cdf()
,
compute_quantiles()
,
marginal_posterior()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.