API Reference
Seasonal
module coreforecast.seasonal
function find_season_length
Find the length of the seasonal period of the time series. Returns 0 if no seasonality is found.
Args:
x
(np.ndarray): Array with the time series.
Returns:
int
: Season period.
This file was automatically generated via lazydocs.