Rolling Functions¶
This module contains some tools to compute rolling functions, such as rolling minimum (roll_min) and rolling maximum (roll_max).
Minimum and maximum¶
|
Compute simple rolling minimum of size w for each X' series. |
|
Compute simple rolling maximum of size w for each X' series. |