> ## Documentation Index
> Fetch the complete documentation index at: https://nixtla-old-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Seasonal

# <kbd>module</kbd> `coreforecast.seasonal`

***

## <kbd>function</kbd> `find_season_length`

```python theme={null}
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:**

* <b>`x`</b> (np.ndarray):  Array with the time series.

**Returns:**

* <b>`int`</b>:  Season period.

***

*This file was automatically generated via [lazydocs](https://github.com/ml-tooling/lazydocs).*
