Learn R Programming

crmPack (version 2.0.0)

pinvGamma: Compute the Distribution Function of Inverse Gamma Distribution

Description

[Stable]

Usage

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

Value

The distribution function value(s).

Arguments

q

(numeric)
vector of quantiles.

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 returned as log(p).