dinvGamma: Compute the density of Inverse gamma distribution

dinvGammaR Documentation

Compute the density of Inverse gamma distribution

Description

Compute the density of Inverse gamma distribution

Usage

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

Arguments

x

vector of quantiles

a

the shape parameter of the inverse gamma distribution

b

the scale parameter of the inverse gamm distribution

log

logical; if TRUE, probabilities p are given as log(p)

normalize

logical; if TRUE, the output will be normalized


crmPack documentation built on Sept. 3, 2022, 1:05 a.m.