ArticleslgStudy

mathematics

Inverse Gaussian distribution

Inverse Gaussian distribution is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Inverse Gaussian distribution rather than just read about it. In short: In probability theory, the inverse Gaussian distribution (also known as the Wald distribution) is a two-parameter family of continuous probability distributions with support on ⁠ ( 0 , ∞ ) {\displaystyle (0,\infty )} ⁠. Its probability density function is given by f ( x ; μ , λ ) = λ 2 π x 3 exp ⁡ ( − λ ( x − μ ) 2 2 μ 2 x ) {\displaystyle f(x;\mu ,\lambda )={\sqrt {\frac {\lambda }{2\pi x^{3}}}}\exp {\biggl (}-{\fr…

Inverse Gaussian distribution — main illustration
Inverse Gaussian distribution — illustration

Key takeaways

  • Inverse Gaussian distribution belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Inverse Gaussian distribution to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Inverse Gaussian distribution from memory before moving on to harder problems.

Reference excerpt

In probability theory, the inverse Gaussian distribution (also known as the Wald distribution) is a two-parameter family of continuous probability distributions with support on ⁠ ( 0 , ∞ ) {\displaystyle (0,\infty )} ⁠. Its probability density function is given by

f ( x ; μ , λ ) = λ 2 π x 3 exp ⁡ ( − λ ( x − μ ) 2 2 μ 2 x ) {\displaystyle f(x;\mu ,\lambda )={\sqrt {\frac {\lambda }{2\pi x^{3}}}}\exp {\biggl (}-{\frac {\lambda (x-\mu )^{2}}{2\mu ^{2}x}}{\biggr )}}

for ⁠ x > 0 {\displaystyle x>0} ⁠, where μ > 0 {\displaystyle \mu >0} is the mean and λ > 0 {\displaystyle \lambda >0} is a shape parameter. Either ⁠ μ {\displaystyle \mu } ⁠ or ⁠ λ {\displaystyle \lambda } ⁠ (or more generally any combination of the form μ p λ 1 − p {\displaystyle \mu ^{p}\lambda ^{1-p}} for any real ⁠ p {\displaystyle p} ⁠) can serve as a scale parameter, so a proper (i.e., unscaled) shape parameter would be any non-zero power of ⁠ φ = λ / μ {\displaystyle \varphi =\lambda /\mu } ⁠: Tweedie proposed to use the ⁠ ( μ , φ ) {\displaystyle (\mu ,\varphi )} ⁠ and ⁠ ( φ , λ ) {\displaystyle (\varphi ,\lambda )} ⁠ parametrizations in addition to the standard ⁠ ( μ , λ ) {\displaystyle (\mu ,\lambda )} ⁠ parametrization (“Each of these forms is convenient or suggestive for some purpose.”), and later on uses exclusively the ⁠ ( φ , λ ) {\displaystyle (\varphi ,\lambda )} ⁠ parametrization. The inverse Gaussian distribution has several properties analogous to a Gaussian distribution. The name can be misleading: it is an inverse only in that, while the Gaussian describes a Brownian motion's level at a fixed time, the inverse Gaussian describes the distribution of the time a Brownian motion with positive drift takes to reach a fixed positive level. The relationship between the Gaussian and inverse Gaussian distributions is thus the same as the relationship between the binomial (number of successes for a fixed number of Bernoulli trials) and negative binomial (number of Bernoulli trials for a fixed number of successes) distributions. The y-axis reflections of the cumulant generating functions of the Gaussian and inverse Gaussian distributions are inverse of each other (i.e., the graphs of the two cumulant generating functions are reflections of each other across the line ⁠ y = − x {\displaystyle y=-x} ⁠), a property that is also shared between the binomial and negative binomial distributions (after dividing their cumulant generating functions by their respective fixed parameter). To indicate that a random variable ⁠ X {\displaystyle X} ⁠ is inverse Gaussian-distributed with mean ⁠ μ {\displaystyle \mu } ⁠ and shape parameter ⁠ λ {\displaystyle \lambda } ⁠ we write ⁠ X ∼ IG ⁡ ( μ , λ ) {\displaystyle X\sim \operatorname {IG} (\mu ,\lambda )} ⁠.

Properties

Single parameter form The probability density function (pdf) of the inverse Gaussian distribution has a single parameter form given by

f ( x ; μ , μ 2 ) = μ 2 π x 3 exp ⁡ ( − ( x − μ ) 2 2 x ) . {\displaystyle f(x;\mu ,\mu ^{2})={\frac {\mu }{\sqrt {2\pi x^{3}}}}\exp {\biggl (}-{\frac {(x-\mu )^{2}}{2x}}{\biggr )}.}

In this form, the mean and variance of the distribution are equal, ⁠ E [ X ] = Var ⁡ ( X ) {\displaystyle \mathbb {E} [X]=\operatorname {Var} (X)} ⁠. Also, the cumulative distribution function (cdf) of the single parameter inverse Gaussian distribution is related to the standard normal distribution by

… excerpt ends here. Continue reading the full article.

Illustrations

Inverse Gaussian distribution illustration
Inverse Gaussian distribution illustration
Inverse Gaussian distribution: Example of stopped random walks with ⁠
  
    
      
        α
        =
        1
        ,
        ν
        =
        0.1
        ,
        σ
        =
        0.2
      
    
    {\displaystyle \alpha =1,\nu =0.1,\sigma =0.2}
  
⁠. The upper figure shows the histogram of waiting times, along with the prediction according to inverse gaussian distribution. The lower figure shows the trajectories.
Example of stopped random walks with ⁠ α = 1 , ν = 0.1 , σ = 0.2 {\displaystyle \alpha =1,\nu =0.1,\sigma =0.2} ⁠. The upper figure shows the histogram of waiting times, along with the prediction according to inverse gaussian distribution. The lower figure shows the trajectories.
Inverse Gaussian distribution: Wald distribution using Python with aid of matplotlib and NumPy
Wald distribution using Python with aid of matplotlib and NumPy

Worked examples

Example 1 — a first encounter with Inverse Gaussian distribution

Start with the simplest possible case. Write down what Inverse Gaussian distribution claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Inverse Gaussian distribution before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Inverse Gaussian distribution ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Inverse Gaussian distribution

In research
Inverse Gaussian distribution appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Inverse Gaussian distribution in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Inverse Gaussian distribution is common in secondary-school and first-year university syllabi. It links to neighbouring topics Continuous distributions, Exponential family distributions, Infinitely divisible probability distributions, so understanding it makes those chapters shorter.
In everyday life
Look for Inverse Gaussian distribution outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Inverse Gaussian distribution in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Inverse Gaussian distribution means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Inverse Gaussian distribution out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Inverse Gaussian distribution in simple terms?

In probability theory, the inverse Gaussian distribution (also known as the Wald distribution) is a two-parameter family of continuous probability distributions with support on ⁠ ( 0 , ∞ ) {\displaystyle (0,\infty )} ⁠. Its probability density function is given by f ( x ; μ , λ ) = λ 2 π x 3 exp ⁡…

Why does Inverse Gaussian distribution matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Inverse Gaussian distribution?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Inverse Gaussian distribution.

Tags

  • Continuous distributions
  • Exponential family distributions
  • Infinitely divisible probability distributions

Keep exploring