Built-in lag transformations
Rolling statistic
Rolling statistic
Rolling statistic
Rolling statistic
Rolling statistic
Rolling statistic over seasonal periods
Rolling statistic over seasonal periods
Rolling statistic over seasonal periods
Rolling statistic over seasonal periods
Rolling statistic over seasonal periods
Expanding statistic
Expanding statistic
Expanding statistic
Expanding statistic
Expanding statistic
Exponentially weighted average
Type | Details | |
---|---|---|
alpha | float | Smoothing factor. |
Shift series before computing transformation
Type | Details | |
---|---|---|
tfm | _BaseLagTransform | Transformation to be applied |
n | int | Number of positions to shift (lag) series before applying the transformation |
Combine two lag transformations using an operator
Type | Details | |
---|---|---|
tfm1 | _BaseLagTransform | First transformation. |
tfm2 | _BaseLagTransform | Second transformation. |
operator | Callable | Binary operator that defines how to combine the two transformations. |