|
SOLUTIONS
|
MATHEMATICA 内置符号
BatesDistribution
BatesDistribution[n]
表示 n 个从
到
均匀分布的随机变量的均值的分布.
BatesDistribution[n, {min, max}]
表示 n 个从 min 到 max 均匀分布的随机变量的均值的分布.
更多信息更多信息
- 在一个均匀总和分布中,值
的概率密度在
时与
成正比,其余时候为零. - BatesDistribution[n, {min, max}] 等价于 TransformedDistribution[(x1+
+xn)/n, ...],其中各个
服从 UniformDistribution[{min, max}]. - BatesDistribution 允许 n 为任意正整数,min 和 max 为满足
的任意实数. - BatesDistribution 可与 Mean、CDF 和 RandomVariate 等函数联合使用.
版本 8 的新功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


