uniform.prior {Boom} | R Documentation |
Uniform prior distribution
Description
Specifies a uniform prior distribution on a real-valued scalar parameter.
Usage
UniformPrior(lo = 0, hi = 1, initial.value = NULL)
Arguments
lo |
The lower limit of support. |
hi |
The upper limit of support. |
initial.value |
The initial value of the parameter in question to
use in the MCMC algorithm. If |
Author(s)
Steven L. Scott steve.the.bayesian@gmail.com
References
Gelman, Carlin, Stern, Rubin (2003), "Bayesian Data Analysis", Chapman and Hall.
[Package Boom version 0.9.15 Index]