dinvGamma: Compute the Density of Inverse Gamma Distribution

View source: R/helpers.R

dinvGammaR Documentation

Compute the Density of Inverse Gamma Distribution

Description

[Stable]

Usage

dinvGamma(x, a, b, log = FALSE, normalize = TRUE)

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.

Value

The density value(s).


crmPack documentation built on Nov. 29, 2025, 5:07 p.m.