rinvGamma: Random Generation for the Inverse Gamma Distribution

View source: R/helpers.R

rinvGammaR Documentation

Random Generation for the Inverse Gamma Distribution

Description

[Stable]

Usage

rinvGamma(n, a, b)

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.

Value

A vector of random values from the inverse gamma distribution.


crmPack documentation built on Nov. 29, 2025, 5:07 p.m.