View source: R/bayesNormalPrediction.R
bayesNormalPrediction | R Documentation |
This function computes a Bayesian prediction interval based on a normal model.
bayesNormalPrediction(Y, alpha = 0.15, mu = 0, tau2 = 1)
Y |
Observed data vector |
alpha |
Prediction error rate |
mu |
Prior expected mean of the population mean |
tau2 |
Prior expected variance of the population mean |
pred object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.