|
SOLUTIONS
|
Mathematica
>
Data Manipulation
>
Statistical Data Analysis
>
Probability & Statistics
>
Random Variables
>
Parametric Statistical Distributions
>
Normal and Related Distributions
>
JohnsonDistribution
BUILT-IN MATHEMATICA SYMBOL
JohnsonDistribution
JohnsonDistribution["SB",
,
,
,
]
represents a bounded Johnson distribution with shape parameters
,
, location parameter
, and scale parameter
.
JohnsonDistribution["SL",
,
,
,
]
represents a semi-bounded Johnson distribution.
JohnsonDistribution["SU",
,
,
,
]
represents an unbounded Johnson distribution.
JohnsonDistribution["SN",
,
,
,
]
represents a normal Johnson distribution.
DetailsDetails
- JohnsonDistribution represents the Johnson system of distributions. Each distribution represents the distribution of the form
, where
is from NormalDistribution[]. - JohnsonDistribution["SB",
,
,
,
] corresponds to
. - JohnsonDistribution["SL",
,
,
,
] corresponds to
. - JohnsonDistribution["SU",
,
,
,
] corresponds to
. - JohnsonDistribution["SN",
,
,
,
] corresponds to
. - JohnsonDistribution allows
and
to be any real numbers and
and
to be any positive real numbers. - JohnsonDistribution can be used with such functions as Mean, CDF, and RandomVariate.
ExamplesExamplesopen allclose all
Basic Examples (5)Basic Examples (5)
Probability density function for bounded (SB):
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
| In[3]:= |
| Out[3]= | ![]() |
| In[4]:= |
| Out[4]= | ![]() |
| In[5]:= |
| Out[5]= | ![]() |
| In[6]:= |
| Out[6]= | ![]() |
| In[7]:= |
| Out[7]= | ![]() |
| In[8]:= |
| Out[8]= |
Cumulative distribution function for bounded (SB):
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
| In[3]:= |
| Out[3]= | ![]() |
| In[4]:= |
| Out[4]= | ![]() |
| In[5]:= |
| Out[5]= | ![]() |
| In[6]:= |
| Out[6]= | ![]() |
| In[7]:= |
| Out[7]= | ![]() |
| In[8]:= |
| Out[8]= |
Mean for bounded (SB) is available numerically:
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
| In[3]:= |
| Out[3]= |
| In[4]:= |
| Out[4]= |
Variance for bounded (SB) is available numerically:
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
| In[3]:= |
| Out[3]= |
| In[4]:= |
| Out[4]= |
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
| In[3]:= |
| Out[3]= |
| In[4]:= |
| Out[4]= |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »






















