pr_invwishart {mcmcsae} | R Documentation |
Create an object representing an inverse Wishart prior, possibly with modeled scale matrix
Description
Create an object representing an inverse Wishart prior, possibly with modeled scale matrix
Usage
pr_invwishart(df = NULL, scale = NULL)
Arguments
df |
Degrees of freedom parameter. This should be a scalar numeric value. Default value is the dimension plus one. |
scale |
Either a (known) scale matrix, or
|
Value
An environment representing the specified prior, for internal use.
References
A. Huang and M.P. Wand (2013). Simple marginally noninformative prior distributions for covariance matrices. Bayesian Analysis 8, 439-452.