|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
HyperbolicDistribution
HyperbolicDistribution[
,
,
,
]
represents a hyperbolic distribution with location parameter
, scale parameter
, shape parameter
, and skewness parameter
.
HyperbolicDistribution[
,
,
,
,
]
represents a generalized hyperbolic distribution with shape parameter
.
DetailsDetails
- The probability density for value
in a hyperbolic distribution is proportional to
. - The probability density for value
in a generalized hyperbolic distribution is proportional to
. - HyperbolicDistribution allows
and
to be any positive real number,
and
any real number, and
such that
. - HyperbolicDistribution can be used with such functions as Mean, CDF, and RandomVariate.
ExamplesExamplesopen allclose all
Basic Examples (6)Basic Examples (6)
Probability density function of a hyperbolic distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
| In[3]:= |
| Out[3]= | ![]() |
Cumulative distribution function of a hyperbolic distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
Mean and variance of a hyperbolic distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
Probability density function of a generalized hyperbolic distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
Cumulative distribution function of a generalized hyperbolic distribution:
| In[1]:= |
| Out[1]= | ![]() |
Mean and variance of a generalized hyperbolic distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


















