bayesNormalPrediction: Obtain a Bayesian prediction interval

View source: R/bayesNormalPrediction.R

bayesNormalPredictionR Documentation

Obtain a Bayesian prediction interval

Description

This function computes a Bayesian prediction interval based on a normal model.

Usage

bayesNormalPrediction(Y, alpha = 0.15, mu = 0, tau2 = 1)

Arguments

Y

Observed data vector

alpha

Prediction error rate

mu

Prior expected mean of the population mean

tau2

Prior expected variance of the population mean

Value

pred object


fabPrediction documentation built on May 29, 2024, 7:05 a.m.