Normal inverse gamma prior
The NormalInverseGammaPrior is the conjugate prior for the mean and variance of the scalar normal distribution. The model says that
1/σ^2 ~ Gamma(df/2, ss/2) μ | σ ~ N(μ0, σ^2/κ)
NormalInverseGammaPrior(mu.guess, mu.guess.weight = .01, sigma.guess, sigma.guess.weight = 1, ...)
mu.guess |
The mean of the prior distribution. This is μ0 in the description above. |
mu.guess.weight |
The number of observations worth of weight
assigned to |
sigma.guess |
A prior estimate at the value of |
sigma.guess.weight |
The number of observations worth of weight
assigned to |
... |
blah |
Steven L. Scott steve.the.bayesian@gmail.com
Gelman, Carlin, Stern, Rubin (2003), "Bayesian Data Analysis", Chapman and Hall.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.