chisq {bayesforecast} | R Documentation |
Define a chi square prior distribution
Description
chisq(df)
Usage
chisq(df = 7)
Arguments
df |
the degree freedom parameter df |
Details
Define a gamma prior distribution using the degree freedom df hyper parameter, by default an chisq(7) distribution is return.
Value
a numerical vector interpreted as a prior in Stan
[Package bayesforecast version 1.0.5 Index]