|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
InverseGammaDistribution
InverseGammaDistribution[
,
]
represents an inverse gamma distribution with shape parameter
and scale parameter
.
InverseGammaDistribution[
,
,
,
]
represents a generalized inverse gamma distribution with shape parameters
and
, scale parameter
, and location parameter
.
DetailsDetails
- The inverse gamma distribution InverseGammaDistribution[
,
] is the distribution followed by the inverse of a GammaDistribution[
, 1/
] distributed random variable. » - InverseGammaDistribution[
,
] is equivalent to TransformedDistribution[1/x, x
GammaDistribution[
, 1/
]]. - InverseGammaDistribution[
,
,
,
] is equivalent to TransformedDistribution[1/x, x
GammaDistribution[
, 1/
,
,
]]. - InverseGammaDistribution allows
,
, and
to be any positive real numbers and
to be any real number. - InverseGammaDistribution can be used with such functions as Mean, CDF, and RandomVariate.
ExamplesExamplesopen allclose all
Basic Examples (8)Basic Examples (8)
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
| In[3]:= |
| Out[3]= | ![]() |
Cumulative distribution function:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
| In[3]:= |
| Out[3]= |
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
| In[1]:= |
| Out[1]= |
Probability density function for the generalized inverse gamma distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
| In[3]:= |
| Out[3]= | ![]() |
Cumulative distribution function for the generalized inverse gamma distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
| In[3]:= |
| Out[3]= |
Mean and variance of the generalized inverse gamma distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
| In[1]:= |
| Out[1]= | ![]() |
New in 7 | Last modified in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

















