Click or drag to resize

Inverse Gamma

The inverse gamma distribution is a two-parameter family of continuous probability distributions on the positive real line, which is the distribution of the reciprocal of a variable distributed according to the gamma distribution. It has a scale parameter θ and a shape parameter k.

This topic contains the following sections:

Constructor

Constructor

Description

Performance

set parameters

Creates new instance of InverseGamma with user specified parameters.

methodInverseGamma(Double, Double)

Methods

Method

Description

Performance

pdf

Probability density function.

DInverse Gamma Pdf

where Γ denotes the Gamma function.

methodPdf(Double)

Static probability density function.

StaticPdf(Double, Double, Double)

cdf

Cumulative distribution function.

DInverse Gamma Cdf

methodCdf(Double)

Static cumulative distribution function.

StaticCdf(Double, Double, Double)

inverse cdf

Inverse cumulative distribution function. Is useful for quantile calculation. Function will return value of random variable such that likelihood for this random variable to occur less than or equal to returned value equal to specified pvalue parameter.

StaticInverseCdf(Double, Double, Double)

Properties

Property

Description

Performance

shape

Shape of the distribution.

PropertyShape

scale

Scale of the distribution.

PropertyScale

mean

Mean of the distribution.

DInverse Gamma Mean

PropertyMean

mode

Mode of distribution.

DInverse Gamma Mode

PropertyMode

kurtosis

Excess Kurtosis of distribution.

DInverse Gamma Kurtosis

PropertyKurtosis

skewness

Skewness of distribution.

DInverse Gamma Skewness

PropertySkewness

variance

Variance of the distribution.

DInverse Gamma Variance

PropertyVariance