ar1.coefficient.prior | R Documentation |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.