Learn R Programming

crmPack (version 2.0.0)

qinvGamma: Compute the Quantile Function of Inverse Gamma Distribution

Description

[Stable]

Usage

qinvGamma(p, a, b, lower.tail = TRUE, log.p = FALSE)

Value

The quantile value(s).

Arguments

p

(numeric)
vector of probabilities.

a

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

b

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

lower.tail

(flag)
if TRUE (default), probabilities are P(X <= x), otherwise, P(X > x).

log.p

(flag)
if TRUE, probabilities/densities p are given as log(p).