Expand description
Time series pattern detection
This module provides functionality for detecting patterns, periods, and seasonality in time series data.
Structs§
- Auto
Decomposition Result - Result of automatic period detection and decomposition
- Period
Detection Options - Options for period detection
- Period
Detection Result - Result of period detection
Enums§
- Auto
Decomposition - Union type for different decomposition results
- Decomposition
Type - Detects seasonal periods and performs decomposition in one step
- Period
Detection Method - Method used for period detection
Functions§
- detect_
and_ decompose - Detects seasonal periods and performs decomposition in one step
- detect_
periods - Detects seasonal periods in a time series