module coreforecast.seasonal


function find_season_length

find_season_length(x: ndarray, max_season_length: int)int

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.