qinvGamma: Compute the Quantile Function of Inverse Gamma Distribution

View source: R/helpers.R

qinvGammaR Documentation

Compute the Quantile Function of Inverse Gamma Distribution

Description

[Stable]

Usage

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

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).

Value

The quantile value(s).


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