pinvGamma: Compute the distribution function of Inverse gamma...

View source: R/helpers.R

pinvGammaR Documentation

Compute the distribution function of Inverse gamma distribution

Description

Compute the distribution function of Inverse gamma distribution

Usage

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

Arguments

q

vector of quantiles

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

logical;

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


Roche/crmPack documentation built on April 30, 2024, 3:19 p.m.