Normal prior for an AR1 coefficient
A (possibly truncated) Gaussian prior on the autoregression coefficient in an AR1 model.
Ar1CoefficientPrior(mu = 0, sigma = 1, force.stationary = TRUE, force.positive = FALSE, initial.value = mu)
mu |
The mean of the prior distribution. |
sigma |
The standard deviation of the prior distribution. |
force.stationary |
Logical. If |
force.positive |
Logical. If |
initial.value |
The initial value of the parameter being modeled in the MCMC algorithm. |
The Ar1CoefficientPrior()
syntax is preferred, as it
more closely matches R's syntax for other constructors.
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.