dinvGamma: Compute the Density of Inverse Gamma Distribution
Description
![[Stable]](figures/lifecycle-stable.svg?package=crmPack&version=2.0.0)
Usage
dinvGamma(x, a, b, log = FALSE, normalize = TRUE)
Value
The density value(s).
Arguments
- x
(numeric)
vector of quantiles.
- a
(number)
the shape parameter of the inverse gamma distribution.
- b
(number)
the scale parameter of the inverse gamma distribution.
- log
(flag)
if TRUE, probabilities p are given as log(p).
- normalize
(flag)
if TRUE, the output will be normalized.