Lesson 3: Demand Forecasting Flashcards
What is forecasting?
Forecast is an estimate of “something” over a future time period.
What are the 2 approaches to forecasting?
Quantitative and Non-Quantitative (Judgemental)
What is the difference between quantitative and non-quantitative approaches to forecasting?
Quantitative techniques use data whereas non-quantitative use analysis of subjective inputs.
How is the judgemental method implemented?
It is based on opinions. For experts, they may look at past experiences whereas a sales force team might look to their customers’ opinions.
What are ways to gather information for the judgemental method?
Consumer surveys and historical analogies (using demand for a similar product)
What is the Delphi method?
The Delphi method is a widely popular approach to develop consensus on the experts opinions. Opinions are listed in the questionnaire format and, with the help of a coordinator and discussions, questionnaire is updated iteratively (by eliminating non supportive opinions) till full consensus is reached.
What is time series?
a time ordered sequence of observations taken at regular intervals of time.
What are the six patterns in a time series?
- Level
- Trend
- Seasonality
- Cycles
- Irregular Variations
- Random Variation
What is “level” (in time series)?
(Average) Horizontal Pattern
What is “trend” (in time series)?
Steady upward or downward movement
What is “seasonality” (in time series)?
Regular variations related to time of year r day
What is “cycles” (in time series)?
Wavelike variations lasting more than one year
What is “irregular variations” (in time series)?
Caused by unusual circumstancces, not reflective of typical behavior
What is “random variations” (in time series)?
Residual variations after all other behaviors are accounted for (called noise)
What are the methods to calculate time series corrections?
- Naive Method
- Moving Average
- Weighted Moving Average
- Exponential Smoothing
Naive Method:
Next period = last period demand
It is simple to use and understand. It has low cost and low accuracy.
Moving Average:
In the Moving Average, we take the average of a few recent demands. If we take the average of three recent demands, we call it the 3 period moving average.
If we take 5, it’s 5 day moving average.
To summarize, the Moving Average is the average of the last few actual data values, which is updated each period.
Weighted Moving Average:
In the Moving Average Method, we give equal weight to each period. But if we have some idea about the trend, business environment, or political situation/announcement, we can give a different weight to each data.
Exponential Smoothing:
Exponential smoothing is also a weighted moving average method. However, in this method, we give some weight to previous forecast too.
New forecast is based on the previous forecast plus a percentage of the difference between that forecast and the previous actual value.
New Forecast equals the previous forecast plus a percentage of the forecast error.
(Actual – Forecast) is the error term. Alpha is the percentage of the error applied to the previous forecast to generate a new forecast.
What are the types of trends?
Nonlinear and linear
What is a nonlinear trend?
Non linear trends can take various shapes and thus difficult to estimate i.e. formulate in a form of formula.
What is a linear trend?
Linear trends are easy to estimate because they are like a line. Non linear trends can take various shapes and thus difficult to estimate i.e. formulate in a form of formula.
A linear trend line develops a “line of best fit” (tread line) amongst the actual observation “data points”.
What is trend adjusted smoothing?
A variation of simple exponential smoothing can be used when a time series exhibits a trend. It is called
What are seasonal variations?
Seasonal Variations: regularly repeating wavelike movements in series values that can be tied to recurring events, weather, or a calendar. Examples of seasonality are retail trade, ice cream production, and residential natural gas sales.
Most seasonal variations repeat annually, and are applied to shorter lengths of repeating patterns: Rush hour traffic occurs twice a day. Theatres and restaurants demands are higher on Fridays or on weekends. Banks may experience daily and weekly repeating “seasonal” variations (heavier traffic at lunch, just before closing, on Friday)
What are the two models of trend-adjusted exponential smoothing?
Additive: Quantity added to average or trend.
Multiplicative: Proportion * average or trend
What is seasonal relative (index)?
Equals proportion of average or trend for a season in the multiplicative model. Seasonal relative of 1.2 = 20% above average.
What is deseasonalize?
Remove seasonal component to more clearly see other components. Divide by seasonal relative.
What is reasonalize?
Adjust the forecast for seasonal component. Multiply by seasonal relative.
Time Series Decomposition:
- Compute the seasonal relatives.
- De-seasonalize the demand data.
- Fit a model to de-seasonalized demand data, e.g., moving average or trend.
- Forecast using this model and the de-seasonalized demand data.
- Re-seasonalize the deseasonalized forecasts.
In a simple term, first we remove the wave like pattern from the data so that data looks stable or with trends and then use our basic models to forecast. And finally, we correct our forecast.
What do associative models rely on?
Associative models rely on identification of related variables that can be used to predict values of the variable of interest.
What are predictor variables (x)?
Used to predict values of the variable of interest (y). - Also called independent variables.
What is linear regression?
Process of finding a straight line that best fits a set of points on a graph. - Use the Least Square Equation
What is multiple regression?
Models with more than one predictor variable. Computations complex -> created with computer.
What do you use for regression analysis?
Linear regression (generally the most popular); Least square technique formula; Causal variables (multiple regression)