statsmodels.sandbox.tsa.movstat.movorder

statsmodels.sandbox.tsa.movstat.movorder(x, order='med', windsize=3, lag='lagged')[source]

移动顺序统计

Parameters:
xndarray

时间序列数据

orderfloat or ‘med’, ‘min’, ‘max’

要计算的顺序统计量

windsizeint

窗口大小

lag‘lagged’, ‘centered’, or ‘leading’

窗口相对于当前位置的位置

Returns:
filtered array

Last update: Oct 16, 2024