v.0.12.1
New Features:
- AR, MA, ARIMA: Implemented AutoRegressive (AR), Moving Average (MA), and ARIMA models for time series forecasting.
- SARIMA: Seasonal ARIMA model added for seasonal data analysis.
- ARCH, GARCH: Implemented AutoRegressive Conditional Heteroskedasticity (ARCH) and Generalized ARCH (GARCH) models for volatility modeling.
- EGARCH, TGARCH, AGARCH: Added Exponential GARCH (EGARCH), Threshold GARCH (TGARCH), and Asymmetric GARCH (AGARCH) models for advanced volatility modeling.
These models provide robust tools for analyzing and forecasting time series with varying levels of volatility and seasonality.
What's Changed
Full Changelog: v.0.12.0...v.0.12.1