Learn R Programming

crmPack (version 2.0.0)

rinvGamma: Random Generation for the Inverse Gamma Distribution

Description

[Stable]

Usage

rinvGamma(n, a, b)

Value

A vector of random values from the inverse gamma distribution.

Arguments

n

(count)
the number of observations.

a

(number)
the shape parameter of the inverse gamma distribution.

b

(number)
the scale parameter of the inverse gamma distribution.