|
SOLUTIONS
|
MATHEMATICA 内置符号
CentralMoment
CentralMoment[list, r]
给出 list 中元素相应均值的 r
阶中心矩.
CentralMoment[dist, r]
给出符号分布 dist 的 r
阶中心矩.
CentralMoment[r]
代表正式 r
阶中心矩.
更多信息更多信息
- CentralMoment 也称为关于均值的矩.
- CentralMoment 能够处理数值型和符号型数据.
- 对于列表
,
阶中心矩由
给出,其中
是列表均值. - CentralMoment[{{x1, y1, ...}, ..., {xn, yn, ...}}, {rx, ry, ...}] 给出
. - CentralMoment 适用于 SparseArray 对象.
- 对于符号分布 dist,r
阶中心矩由 Expectation[(x-Mean[dist])r, x
dist] 给出. - 对于多元符号分布 dist,

Expectation[(x1-
1)r1(x2-
2)r2
, {x1, x2, ...}
dist] 和 {
1,
2, ...}==Mean[dist] 给出. - CentralMoment[r] 可用于诸如 MomentConvert 和 MomentEvaluate 等函数中.
版本 6 的新功能 | 版本 8 修改功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

