SlideShare a Scribd company logo
EXPONENTIAL SMOOTHING
Exponential Smoothing
• The Last Period method uses only one period (the
last) and the n-Period Moving Average and
Weighted Moving methods use only the last n
periods to make forecasts – the rest of the data is
ignored.
• Exponential Smoothing uses all the time series
values to generate a forecast with lesser weights
given to the observations further back in time.
Basic Concept
• Exponential smoothing is actually a way of
“smoothing” out the data by eliminating much of
the “noise” (random effects).
• At each period t, an exponentially smoothed level,
Lt, is calculated which updates the previous level, Lt-
1, as the best current estimate of the unknown
constant level, β0, of the time series by the
following formula:
Lt = αyt + (1-α)Lt-1
Revised Estimate of
the Level at time t
Weight placed on current
time series value
Weight placed on last
estimate for the Level
Current time
series value
Last estimate
for the Level
α in Exponential Smoothing
• The idea behind “smoothing” the data is to get a
more realistic idea about what is “really going on”.
– The value of the smoothing constant, α, is selected by
the modeler.
• Higher values of α allow the time series to be swayed quickly
by the most recent observation.
• Lower values keep the smoothed time series “flatter” as not
that much weight will be given to the most recent
observation.
– Usual values of α are between about .1 and .7
– See graphs for α = .1 and α = .7 later in this module.
– The value (1-α) is called the damping factor.
Using Exponential Smoothing to Prepare Forecasts in
Stationary Models
• The Level, Lt, calculated at time period t is the best
estimate at time t for the unknown constant, β0.
• Since that is the best estimate of β0, it will be the
forecast for the next data value of the time series,
Ft+1.
• Since the model is stationary, it will be the forecast
for all future time periods until more time series
data is observed.
Ft+1 = Lt
Exponential Smoothing Technique
• Once a value of α has been selected, the Level (or
smoothed value) at time t depends on only two values --
– The current period’s actual value (yt) with weight of a.
– The forecast value for the current period (which is the level at the
previous period, Lt-1) with weight of 1-a.
• Calculations then, for Lt (and hence for Ft+1) are very simple.
• Initialization Step –
– There is no L0. So we cannot calculate L1 by αy1+ (1-α )L0
– Since y1 is the only value known after period 1, set:
Initialization Step
L1 = y1
Sample Calculations for First Four Periods
of Yoho Data
• The first four values of the time series for
the Yoho yoyo time series were:
415, 236, 348, 272
• Suppose we have selected to use a
smoothing constant of α = .1.
Initialization – Period 1
L1 = y1 = 415 -- the level for week 1 is 415
F2 = L1 = 415 -- the forecast for week 2 is 415
Continued
Week 2
L2 = .1y2 + .9L1 = .1(236) + .9(415) = 397.1
The smoothed (leveled) value for week 2 is 397.1
F3 = L2 = 397.1 The forecast for week 3 is 397.1
Week 3
L3 = .1y3 + .9L2 = .1(348) + .9(397.1) = 392.19
The smoothed (leveled) value for week 3 is 392.19
F4 = L3 = 392.19 The forecast for week 4 is 392.19
Week 4
L4 = .1y4 + .9L3 = .1(272) + .9(392.19) = 380.171
The smoothed (leveled) value for week 4 is 380.171
F5 = L4 = 380.171 The forecast for week 5 is 380.171
Excel – Exponential Smoothing
Note:
Rows 8-43
are hidden
=B2
=.1*B3+.9*C2
=D54
Drag C3 down
to C53
Drag D3 down
to D54
Drag D55 down
to D56
=C3
How Exponential Smoothing Uses All
Previous Time Series Values
• Recall that the recursive formula used is:
Lt = αyt + (1-α)Lt-1
• This means:
Lt-1 = αyt-1 + (1-α)Lt-2
Lt-2 = αyt-2 + (1-α)Lt-3
Lt-3 = αyt-3 + (1-α)Lt-4
Etc.
• Substituting, Lt = αyt + (1-α)Lt-1 = αyt + (1-α)(αyt-1 + (1-α)Lt-2) =
= αyt + α(1-α)yt-1 + (1-α)2Lt-2 =
= αyt + α(1-α)yt-1 + α(1-α)2yt-2 + (1-α)3Lt-3
= αyt + α(1-α)yt-1 + α(1-α)2yt-2 + α(1-α)3yt-3 + (1-α)4Lt-4
Etc.
• Thus all time series values, yt, yt-1, yt-2, yt-3, etc. will be included with successive
weights reduced (dampened) by a factor of (1-α).
Exponential Smoothing (.1)
0
100
200
300
400
500
600
700
0 10 20 30 40 50 60
Period
Exponential Smoothing (α = .1)
How Much Smoothing Is There?
• We said the lower the value of α, the more “smooth” the
time series will become.
Actual Data
Smoothed time
series with α = .1A “flat” smoothed series
What About Larger Values of α?
• Here is the “smoothed” series for α = .7:
Exponential Smothing ( .7)
0
100
200
300
400
500
600
700
0 10 20 30 40 50 60
Period
Exponential Smoothing (α = .7)
Actual Data
Smoothed time
series with α = .7Very sensitive to most recent time
series value – not much smoothing
What Value of α Should Be Used?
• Up to the modeler
• If the modeler is considering several values of α, a
forecast using each value could be prepared.
– Only consider values of α that would give useful
results (not α = 0, for instance)
• Then a performance measure (MSE, MAD, MAPE,
LAD) could be used to determine which of the
values of α that are being considered have the
lowest value of the selected performance
measure.
Review
• Exponential smoothing is a way to take some of the
random effects out of the time series by using all time
series values up to the current period.
• The smoothed value (Level) at time period t is:
α(current value) + (1-α)(last smoothed value)
• Forecast for period t+1= Smoothed Value at t
• Initialization:
First smoothed value = first actual time series value
• The smaller the value of α, the less movement in the time
series.
• Excel approach to exponential smoothing

More Related Content

What's hot

Av 738-Adaptive Filters - Extended Kalman Filter
Av 738-Adaptive Filters - Extended Kalman FilterAv 738-Adaptive Filters - Extended Kalman Filter
Av 738-Adaptive Filters - Extended Kalman Filter
Dr. Bilal Siddiqui, C.Eng., MIMechE, FRAeS
 
Vectors and scalars
Vectors and scalarsVectors and scalars
Vectors and scalars
MussaOmary3
 
Av 738- Adaptive Filtering - Wiener Filters[wk 3]
Av 738- Adaptive Filtering - Wiener Filters[wk 3]Av 738- Adaptive Filtering - Wiener Filters[wk 3]
Av 738- Adaptive Filtering - Wiener Filters[wk 3]
Dr. Bilal Siddiqui, C.Eng., MIMechE, FRAeS
 
Kinematics in 2 dimension
Kinematics in 2 dimensionKinematics in 2 dimension
Kinematics in 2 dimension
Timothy Welsh
 
ME-314- Control Engineering - Week 02
ME-314- Control Engineering - Week 02ME-314- Control Engineering - Week 02
ME-314- Control Engineering - Week 02
Dr. Bilal Siddiqui, C.Eng., MIMechE, FRAeS
 
Av 738- Adaptive Filtering - Background Material
Av 738- Adaptive Filtering - Background MaterialAv 738- Adaptive Filtering - Background Material
Av 738- Adaptive Filtering - Background Material
Dr. Bilal Siddiqui, C.Eng., MIMechE, FRAeS
 
Lecture12 physicsintro
Lecture12 physicsintroLecture12 physicsintro
Lecture12 physicsintro
Alex Klein
 
Me314 week 06-07-Time Response
Me314 week 06-07-Time ResponseMe314 week 06-07-Time Response
Me314 week 06-07-Time Response
Dr. Bilal Siddiqui, C.Eng., MIMechE, FRAeS
 
Ib grade 11 physics lesson 1 measurements and uncertainities
Ib grade 11 physics lesson 1 measurements and uncertainitiesIb grade 11 physics lesson 1 measurements and uncertainities
Ib grade 11 physics lesson 1 measurements and uncertainities
MESUT MIZRAK
 
Vectors and scalars
Vectors and scalarsVectors and scalars
Vectors and scalars
juanitalarrain
 
Revision: Describing Motion
Revision: Describing MotionRevision: Describing Motion
Revision: Describing Motion
Physics Amal Sweis
 
Laplace Transform
Laplace TransformLaplace Transform
Velocity ok
Velocity okVelocity ok
Velocity ok
Chaiporn Pattanajak
 
Integration schemes in Molecular Dynamics
Integration schemes in Molecular DynamicsIntegration schemes in Molecular Dynamics
Integration schemes in Molecular Dynamics
P.G.Keerthana Gopalakrishnan
 
Units and Measurement
Units and MeasurementUnits and Measurement
Units and Measurement
CareerLauncher
 
Vectors and scalars - grade 10
Vectors and scalars - grade 10Vectors and scalars - grade 10
Vectors and scalars - grade 10
Siyavula
 
Engmech 01 (vectors)
Engmech 01 (vectors)Engmech 01 (vectors)
Engmech 01 (vectors)
physics101
 
Force vectors
Force vectorsForce vectors
Force vectors
mahdi shahbazi
 
Algebra 2 unit 9.7
Algebra 2 unit 9.7Algebra 2 unit 9.7
Algebra 2 unit 9.7
Mark Ryder
 
Vectors and Kinematics
Vectors and KinematicsVectors and Kinematics
Vectors and Kinematics
Dr. Virendra Kumar Verma
 

What's hot (20)

Av 738-Adaptive Filters - Extended Kalman Filter
Av 738-Adaptive Filters - Extended Kalman FilterAv 738-Adaptive Filters - Extended Kalman Filter
Av 738-Adaptive Filters - Extended Kalman Filter
 
Vectors and scalars
Vectors and scalarsVectors and scalars
Vectors and scalars
 
Av 738- Adaptive Filtering - Wiener Filters[wk 3]
Av 738- Adaptive Filtering - Wiener Filters[wk 3]Av 738- Adaptive Filtering - Wiener Filters[wk 3]
Av 738- Adaptive Filtering - Wiener Filters[wk 3]
 
Kinematics in 2 dimension
Kinematics in 2 dimensionKinematics in 2 dimension
Kinematics in 2 dimension
 
ME-314- Control Engineering - Week 02
ME-314- Control Engineering - Week 02ME-314- Control Engineering - Week 02
ME-314- Control Engineering - Week 02
 
Av 738- Adaptive Filtering - Background Material
Av 738- Adaptive Filtering - Background MaterialAv 738- Adaptive Filtering - Background Material
Av 738- Adaptive Filtering - Background Material
 
Lecture12 physicsintro
Lecture12 physicsintroLecture12 physicsintro
Lecture12 physicsintro
 
Me314 week 06-07-Time Response
Me314 week 06-07-Time ResponseMe314 week 06-07-Time Response
Me314 week 06-07-Time Response
 
Ib grade 11 physics lesson 1 measurements and uncertainities
Ib grade 11 physics lesson 1 measurements and uncertainitiesIb grade 11 physics lesson 1 measurements and uncertainities
Ib grade 11 physics lesson 1 measurements and uncertainities
 
Vectors and scalars
Vectors and scalarsVectors and scalars
Vectors and scalars
 
Revision: Describing Motion
Revision: Describing MotionRevision: Describing Motion
Revision: Describing Motion
 
Laplace Transform
Laplace TransformLaplace Transform
Laplace Transform
 
Velocity ok
Velocity okVelocity ok
Velocity ok
 
Integration schemes in Molecular Dynamics
Integration schemes in Molecular DynamicsIntegration schemes in Molecular Dynamics
Integration schemes in Molecular Dynamics
 
Units and Measurement
Units and MeasurementUnits and Measurement
Units and Measurement
 
Vectors and scalars - grade 10
Vectors and scalars - grade 10Vectors and scalars - grade 10
Vectors and scalars - grade 10
 
Engmech 01 (vectors)
Engmech 01 (vectors)Engmech 01 (vectors)
Engmech 01 (vectors)
 
Force vectors
Force vectorsForce vectors
Force vectors
 
Algebra 2 unit 9.7
Algebra 2 unit 9.7Algebra 2 unit 9.7
Algebra 2 unit 9.7
 
Vectors and Kinematics
Vectors and KinematicsVectors and Kinematics
Vectors and Kinematics
 

Similar to Forecasting exponential smoothing

Forecasting exponential smoothing
Forecasting exponential smoothingForecasting exponential smoothing
Forecasting exponential smoothing
Doiyan
 
Time series Analysis
Time series AnalysisTime series Analysis
Time series Analysis
Mahak Vijayvargiya
 
Machine Learning - Time Series Part 2
Machine Learning - Time Series Part 2Machine Learning - Time Series Part 2
Machine Learning - Time Series Part 2
Rupak Roy
 
STAT 497_LN8_1_FORECASTING.ppt
STAT 497_LN8_1_FORECASTING.pptSTAT 497_LN8_1_FORECASTING.ppt
STAT 497_LN8_1_FORECASTING.ppt
analyticsanalytics1
 
Bode plot.pptx
Bode plot.pptxBode plot.pptx
Bode plot.pptx
MuhammadUsman627082
 
What is the Holt-Winters Forecasting Algorithm and How Can it be Used for Ent...
What is the Holt-Winters Forecasting Algorithm and How Can it be Used for Ent...What is the Holt-Winters Forecasting Algorithm and How Can it be Used for Ent...
What is the Holt-Winters Forecasting Algorithm and How Can it be Used for Ent...
Smarten Augmented Analytics
 
Lec11.ppt
Lec11.pptLec11.ppt
Lec11.ppt
ssuser637f3e1
 
Cs1311lecture23wdl
Cs1311lecture23wdlCs1311lecture23wdl
Cs1311lecture23wdl
Muhammad Wasif
 
Linear regression by Kodebay
Linear regression by KodebayLinear regression by Kodebay
Linear regression by Kodebay
Kodebay
 
Time Series Decomposition
Time Series DecompositionTime Series Decomposition
Time Series Decomposition
chandan kumar singh
 
1 Analysis of algorithmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.ppt
1 Analysis of algorithmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.ppt1 Analysis of algorithmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.ppt
1 Analysis of algorithmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.ppt
yaikobdiriba1
 
Frequency Response with MATLAB Examples.pdf
Frequency Response with MATLAB Examples.pdfFrequency Response with MATLAB Examples.pdf
Frequency Response with MATLAB Examples.pdf
Sunil Manjani
 
parallel
parallelparallel
DAA - chapter 1.pdf
DAA - chapter 1.pdfDAA - chapter 1.pdf
DAA - chapter 1.pdf
ASMAALWADEE2
 
Machine Learning Essentials Demystified part2 | Big Data Demystified
Machine Learning Essentials Demystified part2 | Big Data DemystifiedMachine Learning Essentials Demystified part2 | Big Data Demystified
Machine Learning Essentials Demystified part2 | Big Data Demystified
Omid Vahdaty
 
forecast.ppt
forecast.pptforecast.ppt
forecast.ppt
RijuDasgupta
 
Adj Exp Smoothing
Adj Exp SmoothingAdj Exp Smoothing
Adj Exp Smoothing
ahmad bassiouny
 
Symmetrical components
Symmetrical componentsSymmetrical components
Symmetrical components
zakialshadaddi
 
Business forecasting decomposition & exponential smoothing - bhawani nandan...
Business forecasting   decomposition & exponential smoothing - bhawani nandan...Business forecasting   decomposition & exponential smoothing - bhawani nandan...
Business forecasting decomposition & exponential smoothing - bhawani nandan...
Bhawani N Prasad
 
Lec20
Lec20Lec20

Similar to Forecasting exponential smoothing (20)

Forecasting exponential smoothing
Forecasting exponential smoothingForecasting exponential smoothing
Forecasting exponential smoothing
 
Time series Analysis
Time series AnalysisTime series Analysis
Time series Analysis
 
Machine Learning - Time Series Part 2
Machine Learning - Time Series Part 2Machine Learning - Time Series Part 2
Machine Learning - Time Series Part 2
 
STAT 497_LN8_1_FORECASTING.ppt
STAT 497_LN8_1_FORECASTING.pptSTAT 497_LN8_1_FORECASTING.ppt
STAT 497_LN8_1_FORECASTING.ppt
 
Bode plot.pptx
Bode plot.pptxBode plot.pptx
Bode plot.pptx
 
What is the Holt-Winters Forecasting Algorithm and How Can it be Used for Ent...
What is the Holt-Winters Forecasting Algorithm and How Can it be Used for Ent...What is the Holt-Winters Forecasting Algorithm and How Can it be Used for Ent...
What is the Holt-Winters Forecasting Algorithm and How Can it be Used for Ent...
 
Lec11.ppt
Lec11.pptLec11.ppt
Lec11.ppt
 
Cs1311lecture23wdl
Cs1311lecture23wdlCs1311lecture23wdl
Cs1311lecture23wdl
 
Linear regression by Kodebay
Linear regression by KodebayLinear regression by Kodebay
Linear regression by Kodebay
 
Time Series Decomposition
Time Series DecompositionTime Series Decomposition
Time Series Decomposition
 
1 Analysis of algorithmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.ppt
1 Analysis of algorithmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.ppt1 Analysis of algorithmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.ppt
1 Analysis of algorithmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.ppt
 
Frequency Response with MATLAB Examples.pdf
Frequency Response with MATLAB Examples.pdfFrequency Response with MATLAB Examples.pdf
Frequency Response with MATLAB Examples.pdf
 
parallel
parallelparallel
parallel
 
DAA - chapter 1.pdf
DAA - chapter 1.pdfDAA - chapter 1.pdf
DAA - chapter 1.pdf
 
Machine Learning Essentials Demystified part2 | Big Data Demystified
Machine Learning Essentials Demystified part2 | Big Data DemystifiedMachine Learning Essentials Demystified part2 | Big Data Demystified
Machine Learning Essentials Demystified part2 | Big Data Demystified
 
forecast.ppt
forecast.pptforecast.ppt
forecast.ppt
 
Adj Exp Smoothing
Adj Exp SmoothingAdj Exp Smoothing
Adj Exp Smoothing
 
Symmetrical components
Symmetrical componentsSymmetrical components
Symmetrical components
 
Business forecasting decomposition & exponential smoothing - bhawani nandan...
Business forecasting   decomposition & exponential smoothing - bhawani nandan...Business forecasting   decomposition & exponential smoothing - bhawani nandan...
Business forecasting decomposition & exponential smoothing - bhawani nandan...
 
Lec20
Lec20Lec20
Lec20
 

More from Sublaxmi Gupta

Selling and negotiation skills
Selling and negotiation skillsSelling and negotiation skills
Selling and negotiation skills
Sublaxmi Gupta
 
Compensation and benefits
Compensation and benefitsCompensation and benefits
Compensation and benefits
Sublaxmi Gupta
 
Roger - Consumer Buying
Roger - Consumer BuyingRoger - Consumer Buying
Roger - Consumer Buying
Sublaxmi Gupta
 
Industrial buyer behaviour
Industrial buyer behaviourIndustrial buyer behaviour
Industrial buyer behaviour
Sublaxmi Gupta
 
Group influences
Group influencesGroup influences
Group influences
Sublaxmi Gupta
 
Consumer Buying Behaviour
Consumer Buying BehaviourConsumer Buying Behaviour
Consumer Buying Behaviour
Sublaxmi Gupta
 
Opportunity validation
Opportunity validationOpportunity validation
Opportunity validation
Sublaxmi Gupta
 
Market sizing
Market sizingMarket sizing
Market sizing
Sublaxmi Gupta
 
Business models
Business modelsBusiness models
Business models
Sublaxmi Gupta
 
Time series forecasting
Time series forecastingTime series forecasting
Time series forecasting
Sublaxmi Gupta
 
Summer internship - Report
Summer internship - ReportSummer internship - Report
Summer internship - Report
Sublaxmi Gupta
 
GSK
GSKGSK
Marketing
MarketingMarketing
Marketing
Sublaxmi Gupta
 
Advertising
AdvertisingAdvertising
Advertising
Sublaxmi Gupta
 
Ongc & carbon credit market
Ongc  & carbon credit marketOngc  & carbon credit market
Ongc & carbon credit market
Sublaxmi Gupta
 
7 Power and politics
7  Power and politics7  Power and politics
7 Power and politics
Sublaxmi Gupta
 
5 Organizational change
5  Organizational change5  Organizational change
5 Organizational change
Sublaxmi Gupta
 
4 organizational culture
4  organizational culture4  organizational culture
4 organizational culture
Sublaxmi Gupta
 
3 Organization structure
3  Organization structure3  Organization structure
3 Organization structure
Sublaxmi Gupta
 
2 Understanding the work of teams
2  Understanding the work of teams2  Understanding the work of teams
2 Understanding the work of teams
Sublaxmi Gupta
 

More from Sublaxmi Gupta (20)

Selling and negotiation skills
Selling and negotiation skillsSelling and negotiation skills
Selling and negotiation skills
 
Compensation and benefits
Compensation and benefitsCompensation and benefits
Compensation and benefits
 
Roger - Consumer Buying
Roger - Consumer BuyingRoger - Consumer Buying
Roger - Consumer Buying
 
Industrial buyer behaviour
Industrial buyer behaviourIndustrial buyer behaviour
Industrial buyer behaviour
 
Group influences
Group influencesGroup influences
Group influences
 
Consumer Buying Behaviour
Consumer Buying BehaviourConsumer Buying Behaviour
Consumer Buying Behaviour
 
Opportunity validation
Opportunity validationOpportunity validation
Opportunity validation
 
Market sizing
Market sizingMarket sizing
Market sizing
 
Business models
Business modelsBusiness models
Business models
 
Time series forecasting
Time series forecastingTime series forecasting
Time series forecasting
 
Summer internship - Report
Summer internship - ReportSummer internship - Report
Summer internship - Report
 
GSK
GSKGSK
GSK
 
Marketing
MarketingMarketing
Marketing
 
Advertising
AdvertisingAdvertising
Advertising
 
Ongc & carbon credit market
Ongc  & carbon credit marketOngc  & carbon credit market
Ongc & carbon credit market
 
7 Power and politics
7  Power and politics7  Power and politics
7 Power and politics
 
5 Organizational change
5  Organizational change5  Organizational change
5 Organizational change
 
4 organizational culture
4  organizational culture4  organizational culture
4 organizational culture
 
3 Organization structure
3  Organization structure3  Organization structure
3 Organization structure
 
2 Understanding the work of teams
2  Understanding the work of teams2  Understanding the work of teams
2 Understanding the work of teams
 

Recently uploaded

Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian MatkaDpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian Matka
➒➌➎➏➑➐➋➑➐➐Dpboss Matka Guessing Satta Matka Kalyan Chart Indian Matka
 
GKohler - Retail Scavenger Hunt Presentation
GKohler - Retail Scavenger Hunt PresentationGKohler - Retail Scavenger Hunt Presentation
GKohler - Retail Scavenger Hunt Presentation
GraceKohler1
 
Discover the Beauty and Functionality of The Expert Remodeling Service
Discover the Beauty and Functionality of The Expert Remodeling ServiceDiscover the Beauty and Functionality of The Expert Remodeling Service
Discover the Beauty and Functionality of The Expert Remodeling Service
obriengroupinc04
 
Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...
Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...
Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...
➒➌➎➏➑➐➋➑➐➐Dpboss Matka Guessing Satta Matka Kalyan Chart Indian Matka
 
list of states and organizations .pdf
list of  states  and  organizations .pdflist of  states  and  organizations .pdf
list of states and organizations .pdf
Rbc Rbcua
 
How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....
How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....
How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....
Lacey Max
 
Industrial Tech SW: Category Renewal and Creation
Industrial Tech SW:  Category Renewal and CreationIndustrial Tech SW:  Category Renewal and Creation
Industrial Tech SW: Category Renewal and Creation
Christian Dahlen
 
Ellen Burstyn: From Detroit Dreamer to Hollywood Legend | CIO Women Magazine
Ellen Burstyn: From Detroit Dreamer to Hollywood Legend | CIO Women MagazineEllen Burstyn: From Detroit Dreamer to Hollywood Legend | CIO Women Magazine
Ellen Burstyn: From Detroit Dreamer to Hollywood Legend | CIO Women Magazine
CIOWomenMagazine
 
The Steadfast and Reliable Bull: Taurus Zodiac Sign
The Steadfast and Reliable Bull: Taurus Zodiac SignThe Steadfast and Reliable Bull: Taurus Zodiac Sign
The Steadfast and Reliable Bull: Taurus Zodiac Sign
my Pandit
 
CULR Spring 2024 Journal.pdf testing for duke
CULR Spring 2024 Journal.pdf testing for dukeCULR Spring 2024 Journal.pdf testing for duke
CULR Spring 2024 Journal.pdf testing for duke
ZevinAttisha
 
Profiles of Iconic Fashion Personalities.pdf
Profiles of Iconic Fashion Personalities.pdfProfiles of Iconic Fashion Personalities.pdf
Profiles of Iconic Fashion Personalities.pdf
TTop Threads
 
The Most Inspiring Entrepreneurs to Follow in 2024.pdf
The Most Inspiring Entrepreneurs to Follow in 2024.pdfThe Most Inspiring Entrepreneurs to Follow in 2024.pdf
The Most Inspiring Entrepreneurs to Follow in 2024.pdf
thesiliconleaders
 
Satta Matka Dpboss Kalyan Matka Results Kalyan Chart
Satta Matka Dpboss Kalyan Matka Results Kalyan ChartSatta Matka Dpboss Kalyan Matka Results Kalyan Chart
Satta Matka Dpboss Kalyan Matka Results Kalyan Chart
Satta Matka Dpboss Kalyan Matka Results
 
欧洲杯投注-欧洲杯投注外围盘口-欧洲杯投注盘口app|【​网址​🎉ac22.net🎉​】
欧洲杯投注-欧洲杯投注外围盘口-欧洲杯投注盘口app|【​网址​🎉ac22.net🎉​】欧洲杯投注-欧洲杯投注外围盘口-欧洲杯投注盘口app|【​网址​🎉ac22.net🎉​】
欧洲杯投注-欧洲杯投注外围盘口-欧洲杯投注盘口app|【​网址​🎉ac22.net🎉​】
concepsionchomo153
 
IMG_20240615_091110.pdf dpboss guessing
IMG_20240615_091110.pdf dpboss  guessingIMG_20240615_091110.pdf dpboss  guessing
2024-6-01-IMPACTSilver-Corp-Presentation.pdf
2024-6-01-IMPACTSilver-Corp-Presentation.pdf2024-6-01-IMPACTSilver-Corp-Presentation.pdf
2024-6-01-IMPACTSilver-Corp-Presentation.pdf
hartfordclub1
 
Kirill Klip GEM Royalty TNR Gold Lithium Presentation
Kirill Klip GEM Royalty TNR Gold Lithium PresentationKirill Klip GEM Royalty TNR Gold Lithium Presentation
Kirill Klip GEM Royalty TNR Gold Lithium Presentation
Kirill Klip
 
Best Competitive Marble Pricing in Dubai - ☎ 9928909666
Best Competitive Marble Pricing in Dubai - ☎ 9928909666Best Competitive Marble Pricing in Dubai - ☎ 9928909666
Best Competitive Marble Pricing in Dubai - ☎ 9928909666
Stone Art Hub
 
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian MatkaDpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian Matka
dpbossdpboss69
 
Zodiac Signs and Food Preferences_ What Your Sign Says About Your Taste
Zodiac Signs and Food Preferences_ What Your Sign Says About Your TasteZodiac Signs and Food Preferences_ What Your Sign Says About Your Taste
Zodiac Signs and Food Preferences_ What Your Sign Says About Your Taste
my Pandit
 

Recently uploaded (20)

Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian MatkaDpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian Matka
 
GKohler - Retail Scavenger Hunt Presentation
GKohler - Retail Scavenger Hunt PresentationGKohler - Retail Scavenger Hunt Presentation
GKohler - Retail Scavenger Hunt Presentation
 
Discover the Beauty and Functionality of The Expert Remodeling Service
Discover the Beauty and Functionality of The Expert Remodeling ServiceDiscover the Beauty and Functionality of The Expert Remodeling Service
Discover the Beauty and Functionality of The Expert Remodeling Service
 
Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...
Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...
Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...
 
list of states and organizations .pdf
list of  states  and  organizations .pdflist of  states  and  organizations .pdf
list of states and organizations .pdf
 
How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....
How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....
How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....
 
Industrial Tech SW: Category Renewal and Creation
Industrial Tech SW:  Category Renewal and CreationIndustrial Tech SW:  Category Renewal and Creation
Industrial Tech SW: Category Renewal and Creation
 
Ellen Burstyn: From Detroit Dreamer to Hollywood Legend | CIO Women Magazine
Ellen Burstyn: From Detroit Dreamer to Hollywood Legend | CIO Women MagazineEllen Burstyn: From Detroit Dreamer to Hollywood Legend | CIO Women Magazine
Ellen Burstyn: From Detroit Dreamer to Hollywood Legend | CIO Women Magazine
 
The Steadfast and Reliable Bull: Taurus Zodiac Sign
The Steadfast and Reliable Bull: Taurus Zodiac SignThe Steadfast and Reliable Bull: Taurus Zodiac Sign
The Steadfast and Reliable Bull: Taurus Zodiac Sign
 
CULR Spring 2024 Journal.pdf testing for duke
CULR Spring 2024 Journal.pdf testing for dukeCULR Spring 2024 Journal.pdf testing for duke
CULR Spring 2024 Journal.pdf testing for duke
 
Profiles of Iconic Fashion Personalities.pdf
Profiles of Iconic Fashion Personalities.pdfProfiles of Iconic Fashion Personalities.pdf
Profiles of Iconic Fashion Personalities.pdf
 
The Most Inspiring Entrepreneurs to Follow in 2024.pdf
The Most Inspiring Entrepreneurs to Follow in 2024.pdfThe Most Inspiring Entrepreneurs to Follow in 2024.pdf
The Most Inspiring Entrepreneurs to Follow in 2024.pdf
 
Satta Matka Dpboss Kalyan Matka Results Kalyan Chart
Satta Matka Dpboss Kalyan Matka Results Kalyan ChartSatta Matka Dpboss Kalyan Matka Results Kalyan Chart
Satta Matka Dpboss Kalyan Matka Results Kalyan Chart
 
欧洲杯投注-欧洲杯投注外围盘口-欧洲杯投注盘口app|【​网址​🎉ac22.net🎉​】
欧洲杯投注-欧洲杯投注外围盘口-欧洲杯投注盘口app|【​网址​🎉ac22.net🎉​】欧洲杯投注-欧洲杯投注外围盘口-欧洲杯投注盘口app|【​网址​🎉ac22.net🎉​】
欧洲杯投注-欧洲杯投注外围盘口-欧洲杯投注盘口app|【​网址​🎉ac22.net🎉​】
 
IMG_20240615_091110.pdf dpboss guessing
IMG_20240615_091110.pdf dpboss  guessingIMG_20240615_091110.pdf dpboss  guessing
IMG_20240615_091110.pdf dpboss guessing
 
2024-6-01-IMPACTSilver-Corp-Presentation.pdf
2024-6-01-IMPACTSilver-Corp-Presentation.pdf2024-6-01-IMPACTSilver-Corp-Presentation.pdf
2024-6-01-IMPACTSilver-Corp-Presentation.pdf
 
Kirill Klip GEM Royalty TNR Gold Lithium Presentation
Kirill Klip GEM Royalty TNR Gold Lithium PresentationKirill Klip GEM Royalty TNR Gold Lithium Presentation
Kirill Klip GEM Royalty TNR Gold Lithium Presentation
 
Best Competitive Marble Pricing in Dubai - ☎ 9928909666
Best Competitive Marble Pricing in Dubai - ☎ 9928909666Best Competitive Marble Pricing in Dubai - ☎ 9928909666
Best Competitive Marble Pricing in Dubai - ☎ 9928909666
 
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian MatkaDpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian Matka
 
Zodiac Signs and Food Preferences_ What Your Sign Says About Your Taste
Zodiac Signs and Food Preferences_ What Your Sign Says About Your TasteZodiac Signs and Food Preferences_ What Your Sign Says About Your Taste
Zodiac Signs and Food Preferences_ What Your Sign Says About Your Taste
 

Forecasting exponential smoothing

  • 2. Exponential Smoothing • The Last Period method uses only one period (the last) and the n-Period Moving Average and Weighted Moving methods use only the last n periods to make forecasts – the rest of the data is ignored. • Exponential Smoothing uses all the time series values to generate a forecast with lesser weights given to the observations further back in time.
  • 3. Basic Concept • Exponential smoothing is actually a way of “smoothing” out the data by eliminating much of the “noise” (random effects). • At each period t, an exponentially smoothed level, Lt, is calculated which updates the previous level, Lt- 1, as the best current estimate of the unknown constant level, β0, of the time series by the following formula: Lt = αyt + (1-α)Lt-1 Revised Estimate of the Level at time t Weight placed on current time series value Weight placed on last estimate for the Level Current time series value Last estimate for the Level
  • 4. α in Exponential Smoothing • The idea behind “smoothing” the data is to get a more realistic idea about what is “really going on”. – The value of the smoothing constant, α, is selected by the modeler. • Higher values of α allow the time series to be swayed quickly by the most recent observation. • Lower values keep the smoothed time series “flatter” as not that much weight will be given to the most recent observation. – Usual values of α are between about .1 and .7 – See graphs for α = .1 and α = .7 later in this module. – The value (1-α) is called the damping factor.
  • 5. Using Exponential Smoothing to Prepare Forecasts in Stationary Models • The Level, Lt, calculated at time period t is the best estimate at time t for the unknown constant, β0. • Since that is the best estimate of β0, it will be the forecast for the next data value of the time series, Ft+1. • Since the model is stationary, it will be the forecast for all future time periods until more time series data is observed. Ft+1 = Lt
  • 6. Exponential Smoothing Technique • Once a value of α has been selected, the Level (or smoothed value) at time t depends on only two values -- – The current period’s actual value (yt) with weight of a. – The forecast value for the current period (which is the level at the previous period, Lt-1) with weight of 1-a. • Calculations then, for Lt (and hence for Ft+1) are very simple. • Initialization Step – – There is no L0. So we cannot calculate L1 by αy1+ (1-α )L0 – Since y1 is the only value known after period 1, set: Initialization Step L1 = y1
  • 7. Sample Calculations for First Four Periods of Yoho Data • The first four values of the time series for the Yoho yoyo time series were: 415, 236, 348, 272 • Suppose we have selected to use a smoothing constant of α = .1. Initialization – Period 1 L1 = y1 = 415 -- the level for week 1 is 415 F2 = L1 = 415 -- the forecast for week 2 is 415
  • 8. Continued Week 2 L2 = .1y2 + .9L1 = .1(236) + .9(415) = 397.1 The smoothed (leveled) value for week 2 is 397.1 F3 = L2 = 397.1 The forecast for week 3 is 397.1 Week 3 L3 = .1y3 + .9L2 = .1(348) + .9(397.1) = 392.19 The smoothed (leveled) value for week 3 is 392.19 F4 = L3 = 392.19 The forecast for week 4 is 392.19 Week 4 L4 = .1y4 + .9L3 = .1(272) + .9(392.19) = 380.171 The smoothed (leveled) value for week 4 is 380.171 F5 = L4 = 380.171 The forecast for week 5 is 380.171
  • 9. Excel – Exponential Smoothing Note: Rows 8-43 are hidden =B2 =.1*B3+.9*C2 =D54 Drag C3 down to C53 Drag D3 down to D54 Drag D55 down to D56 =C3
  • 10. How Exponential Smoothing Uses All Previous Time Series Values • Recall that the recursive formula used is: Lt = αyt + (1-α)Lt-1 • This means: Lt-1 = αyt-1 + (1-α)Lt-2 Lt-2 = αyt-2 + (1-α)Lt-3 Lt-3 = αyt-3 + (1-α)Lt-4 Etc. • Substituting, Lt = αyt + (1-α)Lt-1 = αyt + (1-α)(αyt-1 + (1-α)Lt-2) = = αyt + α(1-α)yt-1 + (1-α)2Lt-2 = = αyt + α(1-α)yt-1 + α(1-α)2yt-2 + (1-α)3Lt-3 = αyt + α(1-α)yt-1 + α(1-α)2yt-2 + α(1-α)3yt-3 + (1-α)4Lt-4 Etc. • Thus all time series values, yt, yt-1, yt-2, yt-3, etc. will be included with successive weights reduced (dampened) by a factor of (1-α).
  • 11. Exponential Smoothing (.1) 0 100 200 300 400 500 600 700 0 10 20 30 40 50 60 Period Exponential Smoothing (α = .1) How Much Smoothing Is There? • We said the lower the value of α, the more “smooth” the time series will become. Actual Data Smoothed time series with α = .1A “flat” smoothed series
  • 12. What About Larger Values of α? • Here is the “smoothed” series for α = .7: Exponential Smothing ( .7) 0 100 200 300 400 500 600 700 0 10 20 30 40 50 60 Period Exponential Smoothing (α = .7) Actual Data Smoothed time series with α = .7Very sensitive to most recent time series value – not much smoothing
  • 13. What Value of α Should Be Used? • Up to the modeler • If the modeler is considering several values of α, a forecast using each value could be prepared. – Only consider values of α that would give useful results (not α = 0, for instance) • Then a performance measure (MSE, MAD, MAPE, LAD) could be used to determine which of the values of α that are being considered have the lowest value of the selected performance measure.
  • 14. Review • Exponential smoothing is a way to take some of the random effects out of the time series by using all time series values up to the current period. • The smoothed value (Level) at time period t is: α(current value) + (1-α)(last smoothed value) • Forecast for period t+1= Smoothed Value at t • Initialization: First smoothed value = first actual time series value • The smaller the value of α, the less movement in the time series. • Excel approach to exponential smoothing