|
SOLUTIONS
|
MATHEMATICA 内置符号
OrderDistribution
OrderDistribution[{dist, n}, k]
表示来自分布 dist 的 n 个观察值中第 k
个次序统计量的分布.
OrderDistribution[{dist, n}, {k1, k2, ...}]
表示来自分布 dist 的 n 个观察值中第
个次序统计量的联合分布.
更多信息更多信息
- OrderDistribution[{dist, n}, k] 表示取自母分布 dist 中 n 个样本的排序列表中第 k
个元素的分布. - 分布 dist 可以是离散分布或连续分布,但必须是单变量的.
- OrderDistribution[{dist, n}, 1] 表示 Min[x1, ..., xn] 的分布,其中各个
服从分布 dist. - OrderDistribution[{dist, n}, n] 表示 Max[x1, ..., xn] 的分布,其中各个
服从分布 dist. - OrderDistribution 可以与 Mean、CDF 和 RandomVariate 等函数联合使用.
版本 8 的新功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



