SlideShare una empresa de Scribd logo
1 de 30
By
Srikavya
Ravi teja
Arun Nayak
Karthik
Amit Nayak
 Forecasting lays a ground for reducing the
risk in all decision making because many of
the decisions need to be made under
uncertainty.
 In business applications, forecasting serves as
a starting point of major decisions in
finance, marketing, productions, and
purchasing.
 Method or technique for estimating
many future aspects of a business or
other operation.
 It is used in the practice of
customer demand planning in every
day business forecasting for
manufacturing companies.
There are three types of forecasting
1.Qualitative or Judgmental methods
2.Extrapolative or Time series methods
3.Causal or Explanatory methods
 A time series is a sequence of data points,
measured typically at successive points in time
spaced at uniform time intervals. 
 Time series forecasting is the use of a model to
predict future values based on previously observed
values.
  In this measurements are taken at successive
points or over successive periods.
Time-Series
Cyclical
Component
Random
Component
Trend
Component
Seasonal
Component
 Long-run increase or decrease over time
(overall upward or downward movement)
 Data taken over a long period of time
Upward trend
Sales
Time
 Trend can be upward or downward
 Trend can be linear or non-linear
Downward linear trend
Sales
Time
Upward nonlinear trend
Sales
Time
(continued)
 In this,Variation dependent on the
time of year
 Each year shows same pattern
 Often monthly or quarterly
Sales
Time (Quarterly)
Winter
Spring
Summer
Fall
 Up & down movement repeating over
long time frame
 Regularly occur but may vary in length
 Each year does not show same pattern
Sales
1 Cycle
Year
 Unpredictable, random, “residual”
fluctuations
 Due to random variations of
 Nature
 Accidents or unusual events
 “Noise” in the time series
 Moving Average Method - average of demands
occurring in several of the most recent
periods.
 Weighted Moving Average - allows for varying
weighting of old demands.
 Exponential Smoothing – exponentially
decreases the weighting of old demands.
 Linear method
 The Simple Moving Average smooth past data
by arithmetically averaging over a specified
period and projecting forward in time. This is
normally considered a smoothing algorithm
and has poor forecasting results in most
cases.
 A moving average is commonly used
with time series data to smooth out short-
term fluctuations and highlight longer-term
trends or cycles.
Question: What are the 3-
week and 6-week moving
average forecasts for
demand?
Assume you only have 3
weeks and 6 weeks of
actual demand data for the
respective forecasts
Question: What are the 3-
week and 6-week moving
average forecasts for
demand?
Assume you only have 3
weeks and 6 weeks of
actual demand data for the
respective forecasts
Week Demand
1 650
2 678
3 720
4 785
5 859
6 920
7 850
8 758
9 892
10 920
11 789
12 844
F =
A + A + A +...+A
n
t
t-1 t-2 t-3 t-n
Week Demand 3-Week 6-Week
1 650
2 678
3 720
4 785 682.67
5 859 727.67
6 920 788.00
7 850 854.67 768.67
8 758 876.33 802.00
9 892 842.67 815.33
10 920 833.33 844.00
11 789 856.67 866.50
12 844 867.00 854.83
F4=(650+678+720)/3
=682.67
F7=(650+678+720
+785+859+920)/6
=768.67
Calculating the moving averages gives us:
F = w A + w A + w A +...+w At 1 t-1 2 t-2 3 t-3 n t-n
w = 1i
i=1
n
∑
While the moving average formula implies an equal weight being
placed on each value that is being averaged, the weighted moving
average permits an unequal weighting on prior time periods
While the moving average formula implies an equal weight being
placed on each value that is being averaged, the weighted moving
average permits an unequal weighting on prior time periods
wt = weight given to time period “t”
occurrence (weights must add to one)
wt = weight given to time period “t”
occurrence (weights must add to one)
The formula for the moving average is:The formula for the moving average is:
Weights:
t-1 .5
t-2 .3
t-3 .2
Week Demand
1 650
2 678
3 720
4
Question: Given the weekly demand and weights, what is
the forecast for the 4th
period or Week 4?
Question: Given the weekly demand and weights, what is
the forecast for the 4th
period or Week 4?
Note that the weights place more emphasis on the
most recent data, that is time period “t-1”
Note that the weights place more emphasis on the
most recent data, that is time period “t-1”
Week Demand Forecast
1 650
2 678
3 720
4 693.4
F4 = 0.5(720)+0.3(678)+0.2(650)=693.4
Drawback of previous models is carrying large amount
of Data.
As new data is added to this method, oldest observation
is dropped and the new forecast is calculated.
In many applications the most recent occurrences are
more indicative of the future than those in the more
distant past.
If this premise is valid then Exponential smoothing may
be the most logical method to use.
Most used and widely used in retail firms, wholesale
companies and service agencies.
Exponential smoothing is a technique
that can be applied to time series data,
either to produce smoothed data for
presentation, or to make forecasts.
Exponential smoothing methods give larger
weights to more recent observations, and
the weights decrease exponentially as the
observations become more distant.
 Premise: The most recent observations might have
the highest predictive value
 Therefore, we should give more weight to the more
recent time periods when forecasting
Ft = Ft-1 + α(At-1 - Ft-1)Ft = Ft-1 + α(At-1 - Ft-1)
constantsmoothingAlpha
periodepast t timin theoccuranceActualA
periodpast time1inalueForecast vF
periodt timecomingfor thelueForcast vaF
:Where
1-t
1-t
t
=
=
=
=
α
Question: What are
the exponential
smoothing forecasts
for periods 2-5 using
a =0.5?
Assume F1=D1
Question: What are
the exponential
smoothing forecasts
for periods 2-5 using
a =0.5?
Assume F1=D1
Week Demand
1 820
2 775
3 680
4 655
5
Week Demand 0.5
1 820 820.00
2 775 820.00
3 680 797.50
4 655 738.75
5 696.88
F1=820+(0.5)(820-820)=820 F3=820+(0.5)(775-820)=797.75
 Simple linear regression is the most commonly
used technique for determining how one variable
of interest is affected by changes in another
variable.
 Simple linear regression is used for three main
purposes:
1. To describe the linear dependence of one
variable on another
2. To predict values of one variable from values of
another, for which more data are available
3. To correct for the linear dependence of one
variable on another, in order to clarify other
features of its variability.
24
Yt = a + bx
0 1 2 3 4 5 x (Time)
YThe simple linear regression
model seeks to fit a line
through various data over
time
The simple linear regression
model seeks to fit a line
through various data over
time
a
Where
Yt is the regressed forecast value or dependent
variable in the model,
a is the intercept value of the the regression line, and
b is similar to the slope of the regression line.
a = y- bx
b =
xy- n(y)(x)
x - n(x2 2
∑
∑ )
Week Sales
1 150
2 157
3 162
4 166
5 177
Question: Given the data below, what is the simple linear
regression model that can be used to predict sales in future
weeks?
Question: Given the data below, what is the simple linear
regression model that can be used to predict sales in future
weeks?
Week Week*Week Sales Week*Sales
1 1 150 150
2 4 157 314
3 9 162 486
4 16 166 664
5 25 177 885
3 55 162.4 2499
Average Sum Average Sum
b =
xy- n(y)(x)
x - n(x
=
2499- 5(162.4)(3)
=
a = y- bx =162.4- (6.3)(3) =
2 2
∑
∑ −
=
) ( )55 5 9
63
10
6.3
143.5
Answer: First, using the linear regression formulas, we
can compute “a” and “b”
Answer: First, using the linear regression formulas, we
can compute “a” and “b”
Yt = 143.5 + 6.3x
180
Period
135
140
145
150
155
160
165
170
175
1 2 3 4 5
Sales
Sales
Forecast
The resulting regression model
is:
Now if we plot the regression generated forecasts against the
actual sales we obtain the following chart:
30

Más contenido relacionado

La actualidad más candente

Operations management forecasting
Operations management   forecastingOperations management   forecasting
Operations management forecastingTwinkle Constantino
 
Exponential smoothing
Exponential smoothingExponential smoothing
Exponential smoothingJairo Moreno
 
Chapter 7 demand forecasting in a supply chain
Chapter 7 demand forecasting in a supply chainChapter 7 demand forecasting in a supply chain
Chapter 7 demand forecasting in a supply chainsajidsharif2022
 
Time series and forecasting
Time series and forecastingTime series and forecasting
Time series and forecastingmvskrishna
 
Forecasting Models & Their Applications
Forecasting Models & Their ApplicationsForecasting Models & Their Applications
Forecasting Models & Their ApplicationsMahmudul Hasan
 
Demand forecast process and inventory management
Demand forecast process and inventory managementDemand forecast process and inventory management
Demand forecast process and inventory managementAbhishek Kumar
 
Forecasting-Exponential Smoothing
Forecasting-Exponential SmoothingForecasting-Exponential Smoothing
Forecasting-Exponential Smoothingiceu novida adinata
 
Quantitative and qualitative forecasting techniques om
Quantitative and qualitative forecasting techniques   omQuantitative and qualitative forecasting techniques   om
Quantitative and qualitative forecasting techniques omHallmark B-school
 
Class notes forecasting
Class notes forecastingClass notes forecasting
Class notes forecastingArun Kumar
 
Time Series Analysis - Modeling and Forecasting
Time Series Analysis - Modeling and ForecastingTime Series Analysis - Modeling and Forecasting
Time Series Analysis - Modeling and ForecastingMaruthi Nataraj K
 
Measuring Forecast Accuracy
Measuring Forecast AccuracyMeasuring Forecast Accuracy
Measuring Forecast Accuracypradeepr
 
Mba 532 2011_part_3_time_series_analysis
Mba 532 2011_part_3_time_series_analysisMba 532 2011_part_3_time_series_analysis
Mba 532 2011_part_3_time_series_analysisChandra Kodituwakku
 
FORECASTING
FORECASTINGFORECASTING
FORECASTINGkzoe1996
 
Presentation on forecasting
Presentation on forecasting Presentation on forecasting
Presentation on forecasting Muhammad Sharjeel
 
Trend adjusted exponential smoothing forecasting metho ds
Trend adjusted exponential smoothing forecasting metho dsTrend adjusted exponential smoothing forecasting metho ds
Trend adjusted exponential smoothing forecasting metho dsKiran Hanjar
 

La actualidad más candente (20)

Operations management forecasting
Operations management   forecastingOperations management   forecasting
Operations management forecasting
 
Exponential smoothing
Exponential smoothingExponential smoothing
Exponential smoothing
 
Chapter 7 demand forecasting in a supply chain
Chapter 7 demand forecasting in a supply chainChapter 7 demand forecasting in a supply chain
Chapter 7 demand forecasting in a supply chain
 
Forecasting techniques
Forecasting techniquesForecasting techniques
Forecasting techniques
 
Time series and forecasting
Time series and forecastingTime series and forecasting
Time series and forecasting
 
time series analysis
time series analysistime series analysis
time series analysis
 
Forecasting
ForecastingForecasting
Forecasting
 
Forecasting Models & Their Applications
Forecasting Models & Their ApplicationsForecasting Models & Their Applications
Forecasting Models & Their Applications
 
Demand forecast process and inventory management
Demand forecast process and inventory managementDemand forecast process and inventory management
Demand forecast process and inventory management
 
Forecasting-Exponential Smoothing
Forecasting-Exponential SmoothingForecasting-Exponential Smoothing
Forecasting-Exponential Smoothing
 
Quantitative and qualitative forecasting techniques om
Quantitative and qualitative forecasting techniques   omQuantitative and qualitative forecasting techniques   om
Quantitative and qualitative forecasting techniques om
 
Timeseries forecasting
Timeseries forecastingTimeseries forecasting
Timeseries forecasting
 
Class notes forecasting
Class notes forecastingClass notes forecasting
Class notes forecasting
 
Time Series Analysis - Modeling and Forecasting
Time Series Analysis - Modeling and ForecastingTime Series Analysis - Modeling and Forecasting
Time Series Analysis - Modeling and Forecasting
 
Measuring Forecast Accuracy
Measuring Forecast AccuracyMeasuring Forecast Accuracy
Measuring Forecast Accuracy
 
Mba 532 2011_part_3_time_series_analysis
Mba 532 2011_part_3_time_series_analysisMba 532 2011_part_3_time_series_analysis
Mba 532 2011_part_3_time_series_analysis
 
Time series
Time seriesTime series
Time series
 
FORECASTING
FORECASTINGFORECASTING
FORECASTING
 
Presentation on forecasting
Presentation on forecasting Presentation on forecasting
Presentation on forecasting
 
Trend adjusted exponential smoothing forecasting metho ds
Trend adjusted exponential smoothing forecasting metho dsTrend adjusted exponential smoothing forecasting metho ds
Trend adjusted exponential smoothing forecasting metho ds
 

Destacado

Forecasting methods by Neeraj Bhandari ( Surkhet.Nepal )
Forecasting methods by Neeraj Bhandari ( Surkhet.Nepal )Forecasting methods by Neeraj Bhandari ( Surkhet.Nepal )
Forecasting methods by Neeraj Bhandari ( Surkhet.Nepal )Neeraj Bhandari
 
Forecasting Techniques
Forecasting TechniquesForecasting Techniques
Forecasting Techniquesguest865c0e0c
 
Using Financial Forecasts to Advise Business - Method of Forecasting - Revised
Using Financial Forecasts to Advise Business - Method of Forecasting - RevisedUsing Financial Forecasts to Advise Business - Method of Forecasting - Revised
Using Financial Forecasts to Advise Business - Method of Forecasting - RevisedIrma Miller
 
Ordina Planning & Scheduling Day - APS - powerful forecasting for a good plan...
Ordina Planning & Scheduling Day - APS - powerful forecasting for a good plan...Ordina Planning & Scheduling Day - APS - powerful forecasting for a good plan...
Ordina Planning & Scheduling Day - APS - powerful forecasting for a good plan...Ordina
 
sales forecasting
sales forecastingsales forecasting
sales forecastingRohit K.
 
Demand Forecasting - Operations Management
Demand Forecasting - Operations ManagementDemand Forecasting - Operations Management
Demand Forecasting - Operations ManagementShashank Tiwari
 
The Future of Forecasting
The Future of ForecastingThe Future of Forecasting
The Future of ForecastingEric Garland
 
Webinar - The Secrets to Hotel Demand Forecasting
Webinar - The Secrets to Hotel Demand ForecastingWebinar - The Secrets to Hotel Demand Forecasting
Webinar - The Secrets to Hotel Demand ForecastingDuetto
 
24867879 inventory-management-control-lecture-3
24867879 inventory-management-control-lecture-324867879 inventory-management-control-lecture-3
24867879 inventory-management-control-lecture-3Harshawardhan Thakare
 
Inventory management & control
Inventory management & controlInventory management & control
Inventory management & controlAnupam Kumar
 
Situation Analysis on Real Estate Business
Situation Analysis on Real Estate BusinessSituation Analysis on Real Estate Business
Situation Analysis on Real Estate Businesskonatanzin
 
Time Series
Time SeriesTime Series
Time Seriesyush313
 
Demand estimation and forecasting
Demand estimation and forecastingDemand estimation and forecasting
Demand estimation and forecastingshivraj negi
 
Advanced Planning and Scheduling
Advanced Planning and SchedulingAdvanced Planning and Scheduling
Advanced Planning and Schedulingmformby
 

Destacado (20)

Forecasting methods by Neeraj Bhandari ( Surkhet.Nepal )
Forecasting methods by Neeraj Bhandari ( Surkhet.Nepal )Forecasting methods by Neeraj Bhandari ( Surkhet.Nepal )
Forecasting methods by Neeraj Bhandari ( Surkhet.Nepal )
 
Forecasting Techniques
Forecasting TechniquesForecasting Techniques
Forecasting Techniques
 
Using Financial Forecasts to Advise Business - Method of Forecasting - Revised
Using Financial Forecasts to Advise Business - Method of Forecasting - RevisedUsing Financial Forecasts to Advise Business - Method of Forecasting - Revised
Using Financial Forecasts to Advise Business - Method of Forecasting - Revised
 
Forecasting
ForecastingForecasting
Forecasting
 
The ABC of Forecasting
The ABC of ForecastingThe ABC of Forecasting
The ABC of Forecasting
 
Ordina Planning & Scheduling Day - APS - powerful forecasting for a good plan...
Ordina Planning & Scheduling Day - APS - powerful forecasting for a good plan...Ordina Planning & Scheduling Day - APS - powerful forecasting for a good plan...
Ordina Planning & Scheduling Day - APS - powerful forecasting for a good plan...
 
sales forecasting
sales forecastingsales forecasting
sales forecasting
 
Salesforecasting (3)
Salesforecasting (3)Salesforecasting (3)
Salesforecasting (3)
 
Demand Forecasting - Operations Management
Demand Forecasting - Operations ManagementDemand Forecasting - Operations Management
Demand Forecasting - Operations Management
 
The Future of Forecasting
The Future of ForecastingThe Future of Forecasting
The Future of Forecasting
 
Webinar - The Secrets to Hotel Demand Forecasting
Webinar - The Secrets to Hotel Demand ForecastingWebinar - The Secrets to Hotel Demand Forecasting
Webinar - The Secrets to Hotel Demand Forecasting
 
Sales forecasting & planing training
Sales forecasting & planing trainingSales forecasting & planing training
Sales forecasting & planing training
 
24867879 inventory-management-control-lecture-3
24867879 inventory-management-control-lecture-324867879 inventory-management-control-lecture-3
24867879 inventory-management-control-lecture-3
 
Poulation forecasting
Poulation forecastingPoulation forecasting
Poulation forecasting
 
Inventory management & control
Inventory management & controlInventory management & control
Inventory management & control
 
Situation Analysis on Real Estate Business
Situation Analysis on Real Estate BusinessSituation Analysis on Real Estate Business
Situation Analysis on Real Estate Business
 
Time Series
Time SeriesTime Series
Time Series
 
Inventory Control & Management
Inventory Control & ManagementInventory Control & Management
Inventory Control & Management
 
Demand estimation and forecasting
Demand estimation and forecastingDemand estimation and forecasting
Demand estimation and forecasting
 
Advanced Planning and Scheduling
Advanced Planning and SchedulingAdvanced Planning and Scheduling
Advanced Planning and Scheduling
 

Similar a forecasting methods

forecastingtechniques 2.pdf
forecastingtechniques 2.pdfforecastingtechniques 2.pdf
forecastingtechniques 2.pdfvijay511413
 
1.3-CHAPTER 13 FORECASTING_BA_UDineshK.pptx
1.3-CHAPTER 13 FORECASTING_BA_UDineshK.pptx1.3-CHAPTER 13 FORECASTING_BA_UDineshK.pptx
1.3-CHAPTER 13 FORECASTING_BA_UDineshK.pptxDeepGondaliya3
 
Time Series Analysis and Forecasting.ppt
Time Series Analysis and Forecasting.pptTime Series Analysis and Forecasting.ppt
Time Series Analysis and Forecasting.pptssuser220491
 
Industrial engineering notes for gate
Industrial engineering notes for gateIndustrial engineering notes for gate
Industrial engineering notes for gateSoumith V
 
Forecasting of demand (management)
Forecasting of demand (management)Forecasting of demand (management)
Forecasting of demand (management)Manthan Chavda
 
2 session 2a_hp case study_2010_cfvg
2 session 2a_hp case study_2010_cfvg2 session 2a_hp case study_2010_cfvg
2 session 2a_hp case study_2010_cfvgkimsach
 
Demand forecasting methods 1 gp
Demand forecasting methods 1 gpDemand forecasting methods 1 gp
Demand forecasting methods 1 gpPUTTU GURU PRASAD
 
IFTA2020 Kei Nakagawa
IFTA2020 Kei NakagawaIFTA2020 Kei Nakagawa
IFTA2020 Kei NakagawaKei Nakagawa
 
Introduction to need of forecasting in business
Introduction to need of forecasting in businessIntroduction to need of forecasting in business
Introduction to need of forecasting in businessAnuyaK1
 
Holtwinters terakhir lengkap
Holtwinters terakhir lengkapHoltwinters terakhir lengkap
Holtwinters terakhir lengkapZulyy Astutik
 

Similar a forecasting methods (20)

forecastingtechniques 2.pdf
forecastingtechniques 2.pdfforecastingtechniques 2.pdf
forecastingtechniques 2.pdf
 
1.3-CHAPTER 13 FORECASTING_BA_UDineshK.pptx
1.3-CHAPTER 13 FORECASTING_BA_UDineshK.pptx1.3-CHAPTER 13 FORECASTING_BA_UDineshK.pptx
1.3-CHAPTER 13 FORECASTING_BA_UDineshK.pptx
 
Chap011
Chap011Chap011
Chap011
 
Chapter-3_Heizer_S1.pptx
Chapter-3_Heizer_S1.pptxChapter-3_Heizer_S1.pptx
Chapter-3_Heizer_S1.pptx
 
Forecasting
ForecastingForecasting
Forecasting
 
forecasting technique.pptx
forecasting technique.pptxforecasting technique.pptx
forecasting technique.pptx
 
Time Series Analysis and Forecasting.ppt
Time Series Analysis and Forecasting.pptTime Series Analysis and Forecasting.ppt
Time Series Analysis and Forecasting.ppt
 
Industrial engineering notes for gate
Industrial engineering notes for gateIndustrial engineering notes for gate
Industrial engineering notes for gate
 
Forecasting of demand (management)
Forecasting of demand (management)Forecasting of demand (management)
Forecasting of demand (management)
 
Forcasting methods
Forcasting methodsForcasting methods
Forcasting methods
 
Chapter 18 Part I
Chapter 18 Part IChapter 18 Part I
Chapter 18 Part I
 
2 session 2a_hp case study_2010_cfvg
2 session 2a_hp case study_2010_cfvg2 session 2a_hp case study_2010_cfvg
2 session 2a_hp case study_2010_cfvg
 
Forecasting
ForecastingForecasting
Forecasting
 
Demand forecasting methods 1 gp
Demand forecasting methods 1 gpDemand forecasting methods 1 gp
Demand forecasting methods 1 gp
 
Time Series Decomposition
Time Series DecompositionTime Series Decomposition
Time Series Decomposition
 
IFTA2020 Kei Nakagawa
IFTA2020 Kei NakagawaIFTA2020 Kei Nakagawa
IFTA2020 Kei Nakagawa
 
Modified chap003
Modified chap003Modified chap003
Modified chap003
 
Introduction to need of forecasting in business
Introduction to need of forecasting in businessIntroduction to need of forecasting in business
Introduction to need of forecasting in business
 
Holtwinters terakhir lengkap
Holtwinters terakhir lengkapHoltwinters terakhir lengkap
Holtwinters terakhir lengkap
 
Forecasting
ForecastingForecasting
Forecasting
 

Último

Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxolyaivanovalion
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一ffjhghh
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxolyaivanovalion
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxolyaivanovalion
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystSamantha Rae Coolbeth
 

Último (20)

Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptx
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data Analyst
 

forecasting methods

  • 2.  Forecasting lays a ground for reducing the risk in all decision making because many of the decisions need to be made under uncertainty.  In business applications, forecasting serves as a starting point of major decisions in finance, marketing, productions, and purchasing.
  • 3.  Method or technique for estimating many future aspects of a business or other operation.  It is used in the practice of customer demand planning in every day business forecasting for manufacturing companies.
  • 4. There are three types of forecasting 1.Qualitative or Judgmental methods 2.Extrapolative or Time series methods 3.Causal or Explanatory methods
  • 5.  A time series is a sequence of data points, measured typically at successive points in time spaced at uniform time intervals.   Time series forecasting is the use of a model to predict future values based on previously observed values.   In this measurements are taken at successive points or over successive periods.
  • 7.  Long-run increase or decrease over time (overall upward or downward movement)  Data taken over a long period of time Upward trend Sales Time
  • 8.  Trend can be upward or downward  Trend can be linear or non-linear Downward linear trend Sales Time Upward nonlinear trend Sales Time (continued)
  • 9.  In this,Variation dependent on the time of year  Each year shows same pattern  Often monthly or quarterly Sales Time (Quarterly) Winter Spring Summer Fall
  • 10.  Up & down movement repeating over long time frame  Regularly occur but may vary in length  Each year does not show same pattern Sales 1 Cycle Year
  • 11.  Unpredictable, random, “residual” fluctuations  Due to random variations of  Nature  Accidents or unusual events  “Noise” in the time series
  • 12.  Moving Average Method - average of demands occurring in several of the most recent periods.  Weighted Moving Average - allows for varying weighting of old demands.  Exponential Smoothing – exponentially decreases the weighting of old demands.  Linear method
  • 13.  The Simple Moving Average smooth past data by arithmetically averaging over a specified period and projecting forward in time. This is normally considered a smoothing algorithm and has poor forecasting results in most cases.  A moving average is commonly used with time series data to smooth out short- term fluctuations and highlight longer-term trends or cycles.
  • 14. Question: What are the 3- week and 6-week moving average forecasts for demand? Assume you only have 3 weeks and 6 weeks of actual demand data for the respective forecasts Question: What are the 3- week and 6-week moving average forecasts for demand? Assume you only have 3 weeks and 6 weeks of actual demand data for the respective forecasts Week Demand 1 650 2 678 3 720 4 785 5 859 6 920 7 850 8 758 9 892 10 920 11 789 12 844 F = A + A + A +...+A n t t-1 t-2 t-3 t-n
  • 15. Week Demand 3-Week 6-Week 1 650 2 678 3 720 4 785 682.67 5 859 727.67 6 920 788.00 7 850 854.67 768.67 8 758 876.33 802.00 9 892 842.67 815.33 10 920 833.33 844.00 11 789 856.67 866.50 12 844 867.00 854.83 F4=(650+678+720)/3 =682.67 F7=(650+678+720 +785+859+920)/6 =768.67 Calculating the moving averages gives us:
  • 16. F = w A + w A + w A +...+w At 1 t-1 2 t-2 3 t-3 n t-n w = 1i i=1 n ∑ While the moving average formula implies an equal weight being placed on each value that is being averaged, the weighted moving average permits an unequal weighting on prior time periods While the moving average formula implies an equal weight being placed on each value that is being averaged, the weighted moving average permits an unequal weighting on prior time periods wt = weight given to time period “t” occurrence (weights must add to one) wt = weight given to time period “t” occurrence (weights must add to one) The formula for the moving average is:The formula for the moving average is:
  • 17. Weights: t-1 .5 t-2 .3 t-3 .2 Week Demand 1 650 2 678 3 720 4 Question: Given the weekly demand and weights, what is the forecast for the 4th period or Week 4? Question: Given the weekly demand and weights, what is the forecast for the 4th period or Week 4? Note that the weights place more emphasis on the most recent data, that is time period “t-1” Note that the weights place more emphasis on the most recent data, that is time period “t-1”
  • 18. Week Demand Forecast 1 650 2 678 3 720 4 693.4 F4 = 0.5(720)+0.3(678)+0.2(650)=693.4
  • 19. Drawback of previous models is carrying large amount of Data. As new data is added to this method, oldest observation is dropped and the new forecast is calculated. In many applications the most recent occurrences are more indicative of the future than those in the more distant past. If this premise is valid then Exponential smoothing may be the most logical method to use. Most used and widely used in retail firms, wholesale companies and service agencies.
  • 20. Exponential smoothing is a technique that can be applied to time series data, either to produce smoothed data for presentation, or to make forecasts. Exponential smoothing methods give larger weights to more recent observations, and the weights decrease exponentially as the observations become more distant.
  • 21.  Premise: The most recent observations might have the highest predictive value  Therefore, we should give more weight to the more recent time periods when forecasting Ft = Ft-1 + α(At-1 - Ft-1)Ft = Ft-1 + α(At-1 - Ft-1) constantsmoothingAlpha periodepast t timin theoccuranceActualA periodpast time1inalueForecast vF periodt timecomingfor thelueForcast vaF :Where 1-t 1-t t = = = = α
  • 22. Question: What are the exponential smoothing forecasts for periods 2-5 using a =0.5? Assume F1=D1 Question: What are the exponential smoothing forecasts for periods 2-5 using a =0.5? Assume F1=D1 Week Demand 1 820 2 775 3 680 4 655 5
  • 23. Week Demand 0.5 1 820 820.00 2 775 820.00 3 680 797.50 4 655 738.75 5 696.88 F1=820+(0.5)(820-820)=820 F3=820+(0.5)(775-820)=797.75
  • 24.  Simple linear regression is the most commonly used technique for determining how one variable of interest is affected by changes in another variable.  Simple linear regression is used for three main purposes: 1. To describe the linear dependence of one variable on another 2. To predict values of one variable from values of another, for which more data are available 3. To correct for the linear dependence of one variable on another, in order to clarify other features of its variability. 24
  • 25. Yt = a + bx 0 1 2 3 4 5 x (Time) YThe simple linear regression model seeks to fit a line through various data over time The simple linear regression model seeks to fit a line through various data over time a Where Yt is the regressed forecast value or dependent variable in the model, a is the intercept value of the the regression line, and b is similar to the slope of the regression line.
  • 26. a = y- bx b = xy- n(y)(x) x - n(x2 2 ∑ ∑ )
  • 27. Week Sales 1 150 2 157 3 162 4 166 5 177 Question: Given the data below, what is the simple linear regression model that can be used to predict sales in future weeks? Question: Given the data below, what is the simple linear regression model that can be used to predict sales in future weeks?
  • 28. Week Week*Week Sales Week*Sales 1 1 150 150 2 4 157 314 3 9 162 486 4 16 166 664 5 25 177 885 3 55 162.4 2499 Average Sum Average Sum b = xy- n(y)(x) x - n(x = 2499- 5(162.4)(3) = a = y- bx =162.4- (6.3)(3) = 2 2 ∑ ∑ − = ) ( )55 5 9 63 10 6.3 143.5 Answer: First, using the linear regression formulas, we can compute “a” and “b” Answer: First, using the linear regression formulas, we can compute “a” and “b”
  • 29. Yt = 143.5 + 6.3x 180 Period 135 140 145 150 155 160 165 170 175 1 2 3 4 5 Sales Sales Forecast The resulting regression model is: Now if we plot the regression generated forecasts against the actual sales we obtain the following chart:
  • 30. 30

Notas del editor

  1. These methods are most effective when the parameters describing the time series are changing SLOWLY over time.
  2. Simple linear regression is the most commonly used technique for determining how one variable of interest (the response variable) is affected by changes in another variable (the explanatory variable). The terms "response" and "explanatory" mean the same thing as "dependent" and "independent", but the former terminology is preferred because the "independent" variable may actually be interdependent with many other variables as well. Any line fitted through a cloud of data will deviate from each data point to greater or lesser degree. The vertical distance between a data point and the fitted line is termed a "residual". This distance is a measure of prediction error, in the sense that it is the discrepancy between the actual value of the response variable and the value predicted by the line. Linear regression determines the best-fit line through a scatterplot of data, such that the sum of squared residuals is minimized; equivalently, it minimizes the error variance. The fit is "best" in precisely that sense: the sum of squared errors is as small as possible. That is why it is also termed "Ordinary Least Squares" regression.
  3. Simple linear regression is a method that enables you to determine the relationship between a continuous process output (Y) and one factor (X). The relationship is typically expressed in terms of a mathematical equation such as Y = b + mX Suppose we believe that the value of y tends to increase or decrease in a linear manner as x increases. Then we could select a model relating y to x by drawing a line which is well fitted to a given data set. Such a deterministic model – one that does not allow for errors of prediction –might be adequate if all of the data points fell on the fitted line. However, you can see that this idealistic situation will not occur. The solution to the proceeding problem is to construct a probabilistic model relating y to x- one that knowledge the random variation of the data points about a line. One type of probabilistic model, a simple linear regression model, makes assumption that the mean value of y for a given value of x graphs as straight line and that points deviate about this line of means by a random amount equal to e, i.e. y = A + B x + e, where A and B are unknown parameters of the deterministic (nonrandom ) portion of the model. If we suppose that the points deviate above or below the line of means and with expected value E(e) = 0 then the mean value of y is y = A + B x. Therefore, the mean value of y for a given value of x, represented by the symbol E(y) graphs as straight line with y-intercept A and slope B.