pinvGamma(q, a, b, lower.tail = TRUE, log.p = FALSE)The distribution function value(s).
(numeric)
vector of quantiles.
(number)
the shape parameter of the inverse gamma distribution.
(number)
the scale parameter of the inverse gamma distribution.
(flag)
if TRUE (default), probabilities are P(X <= x),
otherwise, P(X > x).
(flag)
if TRUE, probabilities/densities p are returned as log(p).