moving order statistics
x (ndarray) – time series data
order (float or 'med', 'min', 'max') – which order statistic to calculate
windsize (int) – window size
lag ('lagged', 'centered', or 'leading') – location of window relative to current position
filtered array
movorder