Forecasting
Forecasting
Finance
(Math 325)
FORECASTING
2. Time –Series Regression (Linear Trend)
90
80
70
60
Sales
50
40
30
20
10
0
1 2 3 4 5 6 7 8 9 10 11 12 13
Year
50
40
30
20
10
0
1 2 3 4 5 6 7 8 9 10 11 12 13
Year
Sales(in millions) Linear (Sales(in millions))
The equation of the best-fitted straight line is:
𝑭𝒕 =a + bt
Where 𝑭𝒕 = estimated or forecast value of sales for t
a = intercept, or the point at which the trend
line intercepts the x-axis (sales)
b = slope of the trend line, or the rate of change
in sales
t = time, in this case year
a= 𝒙
ഥ - b𝑡 ҧ where 𝒙
ഥ= mean of the values of x
ഥ𝑡 = mean of the values of t
ҧ𝒙
(σ 𝒕𝒙 )−𝒏𝒕ഥ
b= σ 𝟐 ҧ𝟐 where x =dependent variable, sales
𝒕 −𝒏𝒕
𝒕ҧ = mean of the values of t
ഥ = mean of the values of x
𝒙
σ 𝒕𝒙 −𝒏𝒕ҧ 𝒙ഥ
b= σ 𝟐 ҧ𝟐
𝒕 −𝒏𝒕
6090− (12)(6.5)(72.4)
= = 3.0965
650− (12)(42.25)
ഥ - b 𝒕ҧ
a= 𝒙
= 72.4 – (3.0965) (6.5)
= 52.27275
𝑭𝒕 = a + bt
= 52.27275 + (3.0965) (13)
= 92.48484848 M
Sales(in millions)
100
90
80
70
60
50
40
30
20
10
0
1 2 3 4 5 6 7 8 9 10 11 12 13
Note that the MSE for moving average is better than that of the Naïve
benchmark, and this method is also promising.
4. Simple Exponential Method
In this method, the new forecast is equal to the old forecast plus a
fraction of the error. The fraction 𝛼 (smoothing parameter) lies
between 0 and 1.
In the given data, as a rule of thumb, let’s use 𝐹1 = 30 (the mean of the
warm-up sample) and 𝛼 = .1 (the least value). So ,
Note again that the MSE in exponential smoothing is an improvement of
the naïve model as well as that of the moving average method.