Table Of Contents

Previous topic

Interpolation

Next topic

scikits.timeseries.lib.moving_funcs.mov_average

This Page

Moving Window Functions

The lib.moving_funcs submodule contains an assortment of functions for doing moving window calculations such as moving averages, moving standard deviation, moving correlation, moving median, etc.

These functions are implemented in C and are much more efficient than what is possible using a brute force approach in pure Python.

Centered moving windows

cmov_average
cmov_mean
cmov_window