Deseasonalize a time series by substracting the seasonal average and dividing by the seasonal standard deviation (if needed). Returns a new time series, with the same frequency as the original.
| Parameters: | series : TimeSeries
season : string/integer
normalize : {True, False}, optional
unbiased : {True, False}, optional
|
|---|