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

Compute the quantile function of Inverse gamma distribution

Usage

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

Arguments

p

vector of probabilities

a

the shape parameter of the inverse gamma distribution

b

the scale parameter of the inverse gamma distribution

lower.tail

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

log.p

FALSE if TRUE, probabilities/densities p are returned as log(p)


Roche/crmPack documentation built on June 30, 2024, 1:31 a.m.