Phone: +1 (888) 427-9486
+1 (312) 257-3777
Contact Us
Smoothing
The term "smoothing" is often used to refer to techniques that can be applied to time series data in order to produce smoothed (less noisy or slower moving) data for presentation, or to make out-of-sample forecasts.
The techniques supported here range from a simple weighted-moving average (WMAi) to exponential smoothing algorithms. The WMA averages the fixed number of past observations with fixed weights, while the exponential smoothing assigns exponentially decreasing weights over time, including all past observations.
Smoothing functions
The smoothing techniques vary in their complexity, based on how they handle trend and seasonality in the time series:
- Weighted-moving average (WMA) and Holt's simple exponential smoothing assume a stationary time series
- Holt-Winters double exponential smoothing and Holt's linear exponential smoothing are ideal for time series that possess a trend
- Winters's triple exponential smoothing takes into account seasonal changes as well as trends.
Examples
notes
- Exponential smoothing is commonly applied to financial market and economic data, but it can be used with any discrete set of repeated measurements.
References
- Hamilton, J .D.; Time Series Analysis , Princeton University Press (1994), ISBN 0-691-04289-6
- Tsay, Ruey S.; Analysis of Financial Time Series John Wiley & SONS. (2005), ISBN 0-471-690740