rinvgamma-internal {season} | R Documentation |
Internal function to simulate a value from an inverse Gamma distribution, used by nscosinor
. See the MCMCpack library. For internal use only.
rinvgamma(n,shape,scale=1)
n |
number of observations. |
shape |
Gamma shape parameter. |
scale |
Gamma scale parameter (default=1). |