rinvgamma-internal {season}R Documentation

Random inverse gamma distribution

Description

Internal function to simulate a value from an inverse Gamma distribution, used by nscosinor. See the MCMCpack library. For internal use only.

Usage

rinvgamma(n,shape,scale=1)

Arguments

n number of observations.
shape Gamma shape parameter.
scale Gamma scale parameter (default=1).

[Package season version 0.2-3 Index]