Expand description
Temporal analysis types and data structures.
Structs§
- ARIMA
Params - ARIMA model parameters.
- ARIMA
Result - Result of ARIMA fitting and forecasting.
- Change
Point Result - Change point detection result.
- Decomposition
Result - Seasonal decomposition result (STL-like).
- GARCH
Coefficients - GARCH model coefficients.
- GARCH
Params - GARCH model parameters.
- Prophet
Result - Prophet-style decomposition result.
- Time
Series - A time series data structure.
- Time
Series Anomaly Result - Anomaly detection result for time series.
- Trend
Result - Trend extraction result.
- Volatility
Result - Volatility analysis result.
Enums§
- Anomaly
Method - Method for time series anomaly detection.
- Change
Point Method - Change point detection method.
- Trend
Method - Type of trend extraction method.