Tag

exponential smoothing

1 views collected around this technical thread.

Model Perspective
Model Perspective
Dec 26, 2022 · Fundamentals

Mastering Holt-Winters: Additive Model Explained with Python Code

This article introduces the Holt‑Winters additive exponential smoothing model, explains its mathematical formulation and when to use additive versus multiplicative versions, and provides Python examples using statsmodels to fit both exponential and linear trend variations, illustrated with plots.

Holt-WintersPythonexponential smoothing
0 likes · 5 min read
Mastering Holt-Winters: Additive Model Explained with Python Code
Model Perspective
Model Perspective
Dec 19, 2022 · Fundamentals

Master Moving Average & Exponential Smoothing for Time Series Forecasting

This article explains the principles, formulas, and Python implementations of simple and double moving averages, as well as single, double, and Holt's exponential smoothing methods, illustrating each technique with real data cases and code samples.

Pythonexponential smoothingforecasting
0 likes · 16 min read
Master Moving Average & Exponential Smoothing for Time Series Forecasting
Model Perspective
Model Perspective
Sep 5, 2022 · Fundamentals

Master Exponential Smoothing: Theory, Python Code, and Real‑World Forecasting

This article explains the principles of single and double exponential smoothing, shows how to choose the smoothing coefficient, demonstrates forecasting with Python code on product price and steel production data, and compares prediction errors to select the optimal model.

Pythondouble smoothingexponential smoothing
0 likes · 10 min read
Master Exponential Smoothing: Theory, Python Code, and Real‑World Forecasting