inverse.Gamma {spaMM} | R Documentation |
Distribution families for Gamma and inverse Gamma-distributed random effects
Description
For dispersion parameter ,
Gamma
means that random effects are distributed as Gamma(
shape=
1/,scale=
), so
has mean 1 and variance
. Both the log (
) and identity (
) links are possible, though in the latter case the variance of
is constrained below 1 (otherwise Laplace approximations fail).
The two-parameter inverse Gamma distribution is the distribution of the reciprocal of a variable distributed according to the Gamma distribution Gamma with the same shape and scale parameters. inverse.Gamma
implements the one-parameter inverse Gamma family with shape=1+1/ and rate=1/
) (rate=1/scale). It is used to model the distribution of random effects. Its mean=1; and its variance =
if
, otherwise infinite. The default link is
"-1/mu"
, in which case v=-1/u
is “-Gamma”-distributed with the same shape and rate, hence with mean and variance
, which is a different one-parameter Gamma family than the above-described
Gamma
. The other possible link is v=log(u)
in which case
Gamma
, with mean
digamma
and variance trigamma(
).
Usage
inverse.Gamma(link = "-1/mu")
# Gamma(link = "inverse") using stats::Gamma
Arguments
link |
For |
Examples
# see help("HLfit") for fits using the inverse.Gamma distribution.