statsmodels.sandbox.distributions.transformed.Transf_gen.moment¶
- Transf_gen.moment(order, *args, **kwds)¶
指定阶数的分布的非中心矩。
- Parameters:¶
- order
int,order>= 1 矩的阶数。
- arg1, arg2, arg3,…
float 分布的形状参数(有关更多信息,请参阅实例对象的文档字符串)。
- locarray_like,
optional 位置参数(默认=0)
- scalearray_like,
optional 尺度参数(默认值=1)
- order
Last update:
Oct 16, 2024