|
SOLUTIONS
|
Mathematica
>
Data Manipulation
>
Statistical Data Analysis
>
Probability & Statistics
>
Random Variables
>
Parametric Statistical Distributions
>
Heavy Tail Distributions
>
StableDistribution
BUILT-IN MATHEMATICA SYMBOL
StableDistribution
StableDistribution[type,
,
,
,
]
represents the stable distribution
with index of stability
, skewness parameter
, location parameter
, and scale parameter
.
DetailsDetails
- A linear combination of independent identically distributed stable random variables is also stable.
- A stable distribution is defined in terms of its characteristic function
, which satisfies a functional equation where for any
and
there exist
and
such that
. The general solution to the functional equation has four parameters. - StableDistribution allows 0<
≤2,
,
to be any real number, and
to be any positive real number. - CharacteristicFunction[StableDistribution[0,
, ...], t] is continuous in
and given by
. - CharacteristicFunction[StableDistribution[1,
, ...], t] is discontinuous in
and given by
. - StableDistribution[
] is equivalent to StableDistribution[1,
, 0, 0, 1]. - StableDistribution[
,
] is equivalent to StableDistribution[1,
,
, 0, 1]. - StableDistribution[
,
,
,
] is equivalent to StableDistribution[1,
,
,
,
]. - StableDistribution can be used with such functions as Mean, CDF, and RandomVariate.
ExamplesExamplesopen allclose all
Basic Examples (4)Basic Examples (4)
Probability density function for type 1 for a range of skewness parameters:
| In[1]:= |
| Out[1]= | ![]() |
Probability density function for type 0 for various stability indexes:
| In[2]:= |
| Out[2]= | ![]() |
Cumulative distribution function for type 1:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
Variance is type independent and is only defined for
:
| 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 »








