Main Content

Inverse Gaussian Distribution

R2026b

Definition

The inverse Gaussian distribution has the density function

λ2πx3exp{λ2μ2x(xμ)2}

Background

Also known as the Wald distribution, the inverse Gaussian is used to model nonnegative positively skewed data. The distribution originated in the theory of Brownian motion, but has been used to model diverse phenomena. Inverse Gaussian distributions have many similarities to standard Gaussian (normal) distributions, which lead to applications in inferential statistics.

Parameters

The inverse Gaussian distribution uses the following parameters.

ParameterDescriptionSupport
μScale parameterμ>0
λShape parameterλ>0

To estimate distribution parameters, use mle or the Distribution Fitter app.

See Also

Topics