interpolate_marginal_posterior {aghq} | R Documentation |
Interpolate the Marginal Posterior
Description
Build a Lagrange polynomial interpolant of the marginal posterior, for plotting and for computing quantiles.
Usage
interpolate_marginal_posterior(
margpost,
method = c("auto", "polynomial", "spline")
)
Arguments
margpost |
The output of |
method |
The method to use. Default is a |
Value
A function of theta
which computes the log interpolated normalized marginal posterior.
See Also
Other summaries:
compute_pdf_and_cdf()
,
compute_quantiles()
,
marginal_posterior()