Module moving_functions

Source

Functionsยง

movmad
Returns an array of the moving maximum absolute deviation (with a given width) across the input array.
movmax
Returns an array of the moving maximum (with a given width) across the input array.
movmean
Returns an array of the moving average (with a given width) across the input array.
movmedian
Returns an array of the moving median (with a given width) across the input array.
movmin
Returns an array of the moving minimum (with a given width) across the input array.
movprod
Returns an array of the moving product (with a given width) across the input array.
movstd
Returns an array of the moving standard deviation (with a given width) across the input array.
movsum
Returns an array of the moving sum (with a given width) across the input array.
movvar
Returns an array of the moving variance (with a given width) across the input array.