Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Exponential Smoothing in Time Series Forecasting

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

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:

  1. Simple or single exponential smoothing

  2. Double exponential smoothing

  3. 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.


Month

No. of Books Sold

January

30

February

25

March

35

April

25

May

20

June

30

July

35

August

40

September

30

October

35


Solution

Month

No. of Books Sold

Exponential Smoothing

(α =0.3)

January

30

30.00

February

25

30.00

March

35

28.50

April

25

30.45

May

20

14.1

June

30

15.87

July

35

20.109

August

40

24.5763

September

30

29.20341

October

45

29.442387

November

-

34.1096709


Quiz Time

1. The Use of Smoothing Technique is Accurate When

  1. The primary source of variation is random behavior

  2. Seasonality is includes

  3. Data exhibit a strong trend

  4. All the above are accurate

2.  Times Series Data is Classified in 

  1. Two components

  2. Three components

  3. Four components

  4. 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
It is called “exponential” because the weights decline exponentially over time.

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
The parameter α controls how much weight is given to the most recent observation.

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.
Example: If α = 0.3, X₂ = 50, and S₁ = 40:
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.
A larger α makes the forecast more responsive to changes in the data.

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.
Double exponential smoothing is more suitable when the data shows a consistent upward or downward pattern.

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
It is commonly applied in sales forecasting where patterns repeat periodically.

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
In contrast, a moving average gives equal weight to selected past observations and discards older data completely.

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
Then S₂ = 0.5(120) + 0.5(100) = 60 + 50 = 110.
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
It is widely applied in demand forecasting, stock control, and financial prediction.

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.
More advanced versions like Holt and Holt–Winters help overcome these limitations.