- distribution
name of the prior distribution. The
possible options are
"point"
for a point density characterized by a
location
parameter.
"normal"
for a normal distribution characterized
by a mean
and sd
parameters.
"lognormal"
for a lognormal distribution characterized
by a meanlog
and sdlog
parameters.
"cauchy"
for a Cauchy distribution characterized
by a location
and scale
parameters. Internally
converted into a generalized t-distribution with df = 1
.
"t"
for a generalized t-distribution characterized
by a location
, scale
, and df
parameters.
"gamma"
for a gamma distribution characterized
by either shape
and rate
, or shape
and
scale
parameters. The later is internally converted to
the shape
and rate
parametrization
"invgamma"
for an inverse-gamma distribution
characterized by a shape
and scale
parameters. The
JAGS part uses a 1/gamma distribution with a shape and rate
parameter.
"beta"
for a beta distribution
characterized by an alpha
and beta
parameters.
"exp"
for an exponential distribution
characterized by either rate
or scale
parameter. The later is internally converted to
rate
.
"uniform"
for a uniform distribution defined on a
range from a
to b