extract_mean_interval_given_samps | R Documentation |
Construct posterior inference given samples
extract_mean_interval_given_samps(samps, level = 0.95)
samps |
Posterior samples of f or its derivative, with the first column being evaluation points x. This can be yielded by 'compute_post_fun' function. |
level |
The level to compute the pointwise interval. |
A dataframe with a column for evaluation locations x, and posterior mean and pointwise intervals at that set of locations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.