Learn R Programming

crmPack (version 2.0.0)

dinvGamma: Compute the Density of Inverse Gamma Distribution

Description

[Stable]

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.