|
SOLUTIONS
|
Mathematica
>
Data Manipulation
>
Statistical Data Analysis
>
Probability & Statistics
>
Random Variables
>
Parametric Statistical Distributions
>
Bounded Domain Distributions
>
BatesDistribution
BUILT-IN MATHEMATICA SYMBOL
BatesDistribution
BatesDistribution[n]
represents the distribution of a mean of n random variables uniformly distributed from
to
.
BatesDistribution[n, {min, max}]
represents the distribution of a mean of n random variables uniformly distributed from min to max.
DetailsDetails
- The probability density for value
in a uniform sum distribution is proportional to
for
and zero otherwise. - BatesDistribution[n, {min, max}] is equivalent to TransformedDistribution[(x1+
+xn)/n, ...] with each
from UniformDistribution[{min, max}]. - BatesDistribution allows n to be any positive integer and min and max to be any real numbers with
. - BatesDistribution can be used with such functions as Mean, CDF, and RandomVariate.
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


