
Exponential Smoothing Formula Steps and Solved Examples
Exponential Smoothing Equations
Exponential smoothing was initially introduced in the statistical literature without considering the past work done by Robert Goodell Brown in 1956 and then further expanded by Charles C. Holt in 1957. Exponential smoothing is a reliable principle for smoothing time series data through the exponential window function. The controlling input of the exponential smoothing calculation is stated as the smoothing factor or the smoothing constant.
Forecast of the weighted averages of past observations are introduced using exponential smoothing methods, with the weights breaking down exponentially as the observations get formed. In other words, the more the latest the observation the higher the corresponding weight.
As we are aware of the simple moving average the past observations are weighted equally, exponential functions are used to assign exponentially decreasing weights over time. It can be easily applied for making determinations on the basis of prior assumptions by the user, such as seasonality. Exponential smoothing is primarily used for time-series data analysis.
Exponential Smoothing Formula
The exponential smoothing formula is derived by:
st = θxt+(1 – θ)st-1= st-1+ θ(xt – st-1)
Here,
st is a former smoothed statistic, it is the simple weighted average of present observation xt
st-1 is former smoothed statistic
θ is smoothing factor of data; 0 < θ < 1
t is time period
If the value of the smoothing factor is greater, then the level of smoothing will be minimized. Value of α nearer to 1 minimum smoothing effect and offer higher weights to recent changes in the data, while the value of θ nearer to zero has higher smoothing effect and is less responsive to recent changes.
There is no precise method of choosing θ. Accurate factors are selected on the basis of the statistician's judgments or else a statistical technique may be used to optimize the value of θ. For example, the method of least squares can be used to estimate the value of θ for which the sum of the quantities is diminished.
Exponential Smoothing Methods
The three exponential smoothing methods to determine exponential smoothing. They are:
Simple or single exponential smoothing
Double exponential smoothing
Triple exponential smoothing
Single Exponential Smoothing
If the data which is obtained has no trend and no seasonal pattern, then the single exponential smoothing method for forecasting the time series is primarily used. This method makes use of weighted moving averages with exponentially decreasing weights.
The single exponential smoothing method formula is given by:
st = θxt+(1 – θ)st-1 = st-1 + θ(xt – st-1)
Double Exponential Smoothing
The double exponential smoothing method is also known as Holt's trend corrected or second-order exponential smoothing. This method is primarily used to forecast the time series when the data has a linear trend and no seasonal pattern. The motive of double exponential smoothing is to introduce a term considering the possibility of a series indicating some form of trend. This slope component is itself reformed through exponential smoothing.
The double exponential smoothing formula is derived by:
S1 = y1
B1 = y1-y0
For t>1,
st = θyt + (1 – θ)(st-1 + bt-1)
βt = β(st – st-1) + (1 – β)bt-1
Here,
St is smoothed statistic, it is the simple weighted average of present observation yt
st-1 = former smoothed statistic
θ = smoothing factor of data; 0 < θ < 1
t = time period
bt = accurate estimation of trend at time t
β = trend smoothing factor; 0 < β <1
Triple Exponential Smoothing
In the triple exponential smoothing method, exponential smoothing is used thrice. This method is primarily used to forecast the time series when the data has both linear trend and seasonal patterns.This method is also known as holt-Winters exponential smoothing.
The triple exponential smoothing formula is derived by:
s\[_{0}\] = x\[_{0}\]
s\[_{t}\] = α\[\frac{x_{t}}{c_{t-L}}\] + (1 - α)(s\[_{t-1}\] + b\[_{t-1}\])
b\[_{t}\] = β(s\[_{t}\] - s\[_{t-1}\] + (1 - β)b\[_{t-1}\]
c\[_{t}\] = γ\[\frac{x_{t}}{s_{t}}\] + (1 - γ)c\[_{t-L}\]
Here,
st = smoothed statistic, it is the simple weighted average of present observation xt
st-1 = previous smoothed statistic
α = smoothing factor of data; 0 < α < 1
t = time period
bt = accurate estimation of trend at time t
β = trend smoothing factor; 0 < β <1
ct = sequence of seasonal error-free factors at time t
γ = seasonal variation smoothing factor; 0 < γ < 1
Solved Examples
1. The Sales of Books in a Bookstall for the Last 10 Months is Given Below in Tabulated Form. Calculate the Simple Exponential Smoothing Estimating α =0.3 for the Below Data.
Solution
Quiz Time
1. The Use of Smoothing Technique is Accurate When
The primary source of variation is random behavior
Seasonality is includes
Data exhibit a strong trend
All the above are accurate
2. Times Series Data is Classified in
Two components
Three components
Four components
Five components
FAQs on Exponential Smoothing in Time Series Forecasting
1. What is exponential smoothing in statistics?
Exponential smoothing is a time series forecasting method that assigns exponentially decreasing weights to past observations to predict future values. It gives more importance to recent data and less to older data.
- Used for short-term forecasting
- Works well for data without strong seasonality (in its basic form)
- Common in business forecasting, demand prediction, and inventory control
2. What is the formula for simple exponential smoothing?
The formula for simple exponential smoothing is Sₜ = αXₜ + (1 − α)Sₜ₋₁.
- Sₜ = smoothed value at time t
- Xₜ = actual value at time t
- α = smoothing constant (0 < α < 1)
- Sₜ₋₁ = previous smoothed value
3. How do you calculate exponential smoothing step by step?
To calculate exponential smoothing, apply the formula Sₜ = αXₜ + (1 − α)Sₜ₋₁ sequentially for each time period.
- Step 1: Choose a smoothing constant α (e.g., 0.3).
- Step 2: Set the initial value (often S₁ = X₁).
- Step 3: Substitute values into the formula.
S₂ = 0.3(50) + 0.7(40) = 15 + 28 = 43.
4. What does the smoothing constant α mean in exponential smoothing?
The smoothing constant α (alpha) determines how much weight is given to the most recent observation in exponential smoothing.
- If α is close to 1, recent data has more influence.
- If α is close to 0, past data has more influence.
- α must satisfy 0 < α < 1.
5. What is the difference between simple and double exponential smoothing?
The main difference is that simple exponential smoothing handles data without trend, while double exponential smoothing accounts for trend.
- Simple: Used for level-only time series.
- Double (Holt’s method): Includes level and trend components.
- Double smoothing uses two equations—one for level and one for trend.
6. What is triple exponential smoothing (Holt–Winters method)?
Triple exponential smoothing, also called the Holt–Winters method, is used for time series data with both trend and seasonality.
- Includes level, trend, and seasonal components
- Uses three smoothing parameters: α (level), β (trend), γ (seasonality)
- Suitable for seasonal forecasting
7. Why is exponential smoothing better than moving average?
Exponential smoothing is often better than a moving average because it gives more weight to recent data and updates forecasts efficiently.
- Uses all past data (with decreasing weights)
- Requires less data storage
- Responds faster to changes when α is high
8. Can you give a simple example of exponential smoothing?
A simple example of exponential smoothing uses the formula Sₜ = αXₜ + (1 − α)Sₜ₋₁ to update forecasts.
- Let α = 0.5
- X₁ = 100, so S₁ = 100
- X₂ = 120
The new forecast becomes 110, halfway between the old forecast and the new observation.
9. When should exponential smoothing be used?
Exponential smoothing should be used for short-term time series forecasting when recent observations are more relevant than older ones.
- Best for stable data with small fluctuations
- Use simple version for no trend
- Use Holt or Holt–Winters for trend and seasonality
10. What are the advantages and limitations of exponential smoothing?
The main advantage of exponential smoothing is its simplicity and efficiency, while its limitation is sensitivity to parameter choice.
- Advantages: Easy to compute, requires little data storage, adapts to changes.
- Limitations: Choice of α affects accuracy, basic model ignores seasonality and complex patterns.





















