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

Description Usage Arguments

View source: R/helpers.R

Description

Compute the distribution function of Inverse gamma distribution

Usage

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


0liver0815/onc-crmpack-test documentation built on Feb. 19, 2022, 12:25 a.m.