|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
InverseGaussianDistribution
InverseGaussianDistribution[
,
]
represents an inverse Gaussian distribution with mean
and scale parameter
.
InverseGaussianDistribution[
,
,
]
represents a generalized inverse Gaussian distribution with parameters
,
, and
.
DetailsDetails
- InverseGaussianDistribution[
,
] is also known as the inverse normal or Wald distribution. - InverseGaussianDistribution[
,
,
] is also known as the Sichel distribution. - The probability density for value
in an inverse Gaussian distribution is proportional to
for
, and zero for
. » - The probability density for value
in a generalized inverse Gaussian distribution is proportional to
for
, and zero for
. - InverseGaussianDistribution allows
and
to be any positive real numbers and
to be any real number. - InverseGaussianDistribution can be used with such functions as Mean, CDF, and RandomVariate. »
ExamplesExamplesopen allclose all
Basic Examples (6)Basic Examples (6)
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
Cumulative distribution function of an inverse Gaussian distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
Probability density function of a generalized inverse Gaussian distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
Cumulative distribution function of a generalized inverse Gaussian distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[1]:= |
| Out[1]= |
Mean of a generalized inverse Gaussian distribution:
| In[2]:= |
| Out[2]= | ![]() |
| In[1]:= |
| Out[1]= |
Variance of a generalized inverse Gaussian distribution:
| In[2]:= |
| Out[2]= | ![]() |
New in 6 | Last modified in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »











