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)
The mean of the prior distribution.
The standard deviation of the prior distribution.
Logical. If TRUE
then the prior
support for the AR1 coefficient will be truncated to (-1, 1).
Logical. If TRUE
then the prior for the
AR1 coefficient will be truncated so that zero support is given to
values less than zero.
The initial value of the parameter being modeled in the MCMC algorithm.
Steven L. Scott steve.the.bayesian@gmail.com
The Ar1CoefficientPrior()
syntax is preferred, as it
more closely matches R's syntax for other constructors.
Gelman, Carlin, Stern, Rubin (2003), "Bayesian Data Analysis", Chapman and Hall.