Description Usage Arguments Examples
View source: R/helper_functions.R
Plot the curve posterior means with posterior credible intervals (pointwise and joint), the observed data, and true curves (if known)
1 2 3 4 5 6 7 8 | plot_fitted(
y,
mu,
postY,
y_true = NULL,
t01 = NULL,
include_joint_bands = FALSE
)
|
y |
the |
mu |
the |
postY |
the |
y_true |
the |
t01 |
the observation points; if NULL, assume |
include_joint_bands |
logical; if TRUE, compute simultaneous credible bands |
1 | # FIXME
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.