statsmodels.sandbox.distributions.transformed.LogTransf_gen.moment

LogTransf_gen.moment(order, *args, **kwds)

指定阶数的分布的非中心矩。

Parameters:
orderint, order >= 1

矩的阶数。

arg1, arg2, arg3,…float

分布的形状参数(有关更多信息,请参阅实例对象的文档字符串)。

locarray_like, optional

位置参数(默认=0)

scalearray_like, optional

尺度参数(默认值=1)


Last update: Oct 16, 2024