Statistics[Distributions]
InverseGaussian
inverse Gaussian (Wald) distribution
Calling Sequence
Parameters
Description
Examples
References
InverseGaussian(mu, lambda)
InverseGaussianDistribution(mu, lambda)
mu
-
distribution mean
lambda
scale parameter
The inverse Gaussian distribution is a continuous probability distribution with probability density function given by:
ft=0t<02λπt3ⅇ−λt−μ22μ2t2otherwise
subject to the following conditions:
0<μ,0<λ
Note that the InverseGaussian command is inert and should be used in combination with the RandomVariable command.
withStatistics:
X≔RandomVariableInverseGaussianμ,λ:
PDFX,u
0u<02λπu3ⅇ−λu−μ22μ2u2otherwise
PDFX,0.5
1.128379166λⅇ−1.000000000λ0.5−1.μ2μ2
MeanX
μ
VarianceX
μ3λ
Evans, Merran; Hastings, Nicholas; and Peacock, Brian. Statistical Distributions. 3rd ed. Hoboken: Wiley, 2000.
Johnson, Norman L.; Kotz, Samuel; and Balakrishnan, N. Continuous Univariate Distributions. 2nd ed. 2 vols. Hoboken: Wiley, 1995.
Stuart, Alan, and Ord, Keith. Kendall's Advanced Theory of Statistics. 6th ed. London: Edward Arnold, 1998. Vol. 1: Distribution Theory.
See Also
Statistics
Statistics[RandomVariable]
Download Help Document