extract_mean_interval_given_samps: Construct posterior inference given samples

View source: R/functions.R

extract_mean_interval_given_sampsR Documentation

Construct posterior inference given samples

Description

Construct posterior inference given samples

Usage

extract_mean_interval_given_samps(samps, level = 0.95)

Arguments

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.

Value

A dataframe with a column for evaluation locations x, and posterior mean and pointwise intervals at that set of locations.


AgueroZZ/OSplines documentation built on Sept. 17, 2023, 9:24 a.m.