Skip to main content

Documentation Index

Fetch the complete documentation index at: https://nixtlaverse.nixtla.io/llms.txt

Use this file to discover all available pages before exploring further.

find_season_length

find_season_length(x, max_season_length)
Find the length of the seasonal period of the time series. Returns 0 if no seasonality is found. Parameters:
NameTypeDescriptionDefault
xndarrayArray with the time series.required
Returns:
NameTypeDescription
intintSeason period.