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:
f⁡t=0t<02⁢λπ⁢t3⁢ⅇ−λ⁢t−μ22⁢μ2⁢t2otherwise
subject to the following conditions:
0<μ,0<λ
Note that the InverseGaussian command is inert and should be used in combination with the RandomVariable command.
with⁡Statistics:
X≔RandomVariable⁡InverseGaussian⁡μ,λ:
PDF⁡X,u
0u<02⁢λπ⁢u3⁢ⅇ−λ⁢u−μ22⁢μ2⁢u2otherwise
PDF⁡X,0.5
1.128379166⁢λ⁢ⅇ−1.000000000⁢λ⁢0.5−1.⁢μ2μ2
Mean⁡X
μ
Variance⁡X
μ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