dinvgamma: Inverse gamma density, parametrized in terms of shape and...

View source: R/gaussian.R

dinvgammaR Documentation

Inverse gamma density, parametrized in terms of shape and rate

Description

Inverse gamma density, parametrized in terms of shape and rate

Usage

dinvgamma(x, shape, scale, log = TRUE)

Arguments

x

vector of observations

shape

shape parameter, strictly positive

scale

rate parameter of the gamma distribution, strictly positive

log

logical; should the log-density be returned?


lbelzile/mgp documentation built on Aug. 5, 2023, 2:34 a.m.