PeriodWindow.eval_mask#
- PeriodWindow.eval_mask(max_window)[source]#
Positions in the padded window that enter the sum.
- Parameters:
- max_window
int Padded window length every period is stacked to.
- max_window
- Returns:
np.ndarrayBoolean mask of length max_window.