moving_functions module#

Functions

_mov_avg(x, window[, clip])

Compute the moving average series of x.

_mov_std(x, window[, clip])

Compute the moving average series of x.

mov_avg(x, window[, clip])

Compute the moving average series of x.

mov_std(x, window[, clip])

Compute the moving average series of x.