MathTop

cumulant 函数

根据数值列表的原点矩计算指定阶的累积量。

语法

  • Statistics:-Cumulant(list, order)
  • cumulant(list, order)
  • Cumulant(list, order)

参数与选项

list形如 [1, 2, 3] 的列表字面量。
order正整数累积量阶数。

示例

  1. 二阶累积量Statistics:-Cumulant([1, 2, 3], 2)返回约 0.666666666667。
  2. 三阶累积量Statistics:-Cumulant([1, 2, 3], 3)返回 0。