Group 1 Sqba
Group 1 Sqba
Business
Analysis
Chapter 10: Forecasting
Forecasting
Forecasting is the process of making
predictions or estimates about future
events or conditions based on historical
data, trends, and patterns.
Use of Forecasting
● It is used in many different fields, including finance, economics,
marketing, supply chain management, and more.
Accuracy of Data
• The accuracy and quality of data used in forecasting can affect the choice of method
• If the data is unreliable or inconsistent, it may be necessary to use more robust methods, such as causal analysis or
judgmental forecasting
• It may also be necessary to clean and preprocess the data before using certain methods, which can require additional
resources and expertise
Moving Averages
Number of visits
(1000)
Moving Averages
Formula of moving average:
Ft+1= 1/n Σ t Di
i=(t-n+1)
Where:
t= Period number for the current period =14
F t+1 = Forecast of demand for the next period =F 15
• In a four-period moving average, we may use the weights of 0.1, 0.2, 0.3, and 0.4,
respectively, for the oldest to the most recent data point
• These weights should add up to 1 to ensure that the moving average is properly
normalized
• Once the weights are determined, calculate the WMA forecast for a given period by
multiplying each data point by its corresponding weight
For instance, if we want to forecast the value for period 15 using the weights mentioned
above, we can use the formula:
This compares to the equally weighted moving averages forecast of 13375. We can
adjust the weights and the number of periods used in the moving average to suit our
needs.
Simple Exponential
Smoothing
Simple exponential smoothing is a popular
forecasting method that works by assigning
exponentially decreasing weights to past
observations based on their age. The most recent
observation is given the highest weight, and the
weights decrease exponentially for each
previous observation. The sum of the weights is
equal to 1.
Simple Exponential Smoothing
The formula for simple exponential smoothing is:
Where:
Ft+1 is the forecast for the next period
α is the smoothing factor (0 ≤ α ≤ 1)
Dt is the actual value of the time series for the current period
Ft is the forecast for the current period
The value of α determines the degree of smoothing applied to the data. A larger value of α gives
more weight to recent data and produces a forecast that is more responsive to changes in the time
series. On the other hand, a smaller value of α gives more weight to historical data and produces a
forecast that is smoother and more stable.
Forecasting Error
Forecasting error is the difference between the
actual value and the forecasted value for a
given period in a time series. It is used to
evaluate the accuracy of a forecasting model
and to identify areas where improvements can
be made.
January 102
February 107
MAD (A) = (|102 - 103| + |107 - 106| +
|106 – 106| + |113 – 111 |) / 4 March 106
=1
Bias (A) = [(102 - 103) + . . .] / 4 = 0.5. April 113
Causal Method
While the trend extension method assumes
that time reflects all factors, the causal
method (also called the regression method)
seeks to establish direct relationships between
fertilizer demand and factors influencing it.
Y₁ = a + bx
● Trend T
● Seasonal variation S
● Cyclical variation C
● Random variation R