Slide 8
Slide 8 text
Exponential Smoothing
Copyright © 2020, Oracle and/or its affiliates
8
Exponential Smoothing is a moving average method with a single parameter which models an exponentially
decreasing effect of past levels on future values.
Exponential Smoothing is extended to the following:
• A matrix of models that mix and match error type (additive or multiplicative), trend (additive, multiplicative,
or none), and seasonality (additive, multiplicative, or none)
• Models with damped trends.
• Models that directly handle irregular time series and time series with missing values.