Member-only story
5 min readMar 11, 2019
Finding More Hidden Gems in Holt-Winters
Welcome back to this three-part blog post series on Holt-Winters and why it’s still highly relevant today. To understand Part Two, I suggest reading Part One, in which we covered:
- When to use Holt-Winters;
- How Single Exponential Smoothing works;
- A conceptual overview of optimization for Single Exponential Smoothing;
- Extra: The proof for optimization of Residual Sum of Squares (RSS) for Linear Regression.
In this piece, Part Two, we’ll explore:
- How Single Exponential Smoothing relates to Triple Exponential Smoothing/Holt-Winters;
- How RSS relates to Root Mean Square Error (RMSE);
- How RMSE is optimized for Holt-Winters using the Nelder-Mead method.
In Part Three, we’ll explore:
- How you can use InfluxDB’s built-in Multiplicative Holt-Winters function to generate predictions on your time series data;
- A list of learning resources.
How Single Exponential Smoothing relates to Triple Exponential Smoothing/Holt-Winters
Like SES, Holt-Winters, which can be employed as a powerful and efficient predictive maintenance technique, determines the forecasted value by calculating an exponentially weighted average — but it doesn’t stop there.