Moving Average¶
Calculate a moving average for selected columns.
Uses uniform_filter1d
from scipy.ndimage
.
Parameter¶
Window Size¶
Window size for the moving average filter.
Calculate a moving average for selected columns.
Uses uniform_filter1d
from scipy.ndimage
.
Window size for the moving average filter.