Jiahui He Bnad Lab8
Jiahui He Bnad Lab8
TO: BOSS
FROM: JIAHUI HE
Introduction
This report develops an exponentially smoothed series using both λ = 0.2 and λ = 0.9 and
uses seasonal dummy variables and a linear “time” variable to compare quarterly sales
against quarter 3 (this quarter was chosen because it has historically been the quarter with
the highest sales). Finally, we conclude that the exponentially smoothed series using λ =
0.9 is better, and figured out the relationship between quarter 1,2, 4 and quarter 3.
Data Analysis
Exponential smoothing:
1. λ =0.2
2. λ =0.9
As 41.3119 < 45.2001 and 3938 < 4122, the second model (λ =0.9) is better.
In general, if you just care about your average error, you will choose the model with the
lowest MAD. And, if you want to avoid large outliers or errors, for example, if one big
mistake could bankrupt your business, then you would want to use the model with the
lowest MSE.
SUMMARY OUTPUT
Jiahui He
Regression Statistics
Multiple R 0.14675321
R Square 0.021536505
Adjusted R Square 0.016860454
Standard Error 71.97326033
Observations 842
ANOVA
df SS MS F Significance F
Regression 4 95432.96158 23858.24 4.605704 0.00110533
Residual 837 4335785.719 5180.15
Total 841 4431218.681
^
Sale=¿ 75.047-18.396Q1-2.916Q2-5.587Q4+0.03t
2
R Square: We are 2.15% of the way to perfectly predicting the E/S using this model.
Standard Error: Predictions of E/S using this model are off by an average of 71.97.
Sales on a day in quarter 1 are 18.40 units less than sales on a day in quarter 3, on
average and all else constant.
As far as we can tell, sales on a day in quarter 2 or quarter 4 are the same as on a day in
quarter 3.
Each day, sales increase by 0.03 units sold, on average and all else constant.
It takes about 33 days (or one month) for sales to increase by an average of 1 sale per
day.
December 23 = 75.047-5.587*1+0.03*843=94.75
Conclusion
To conclude, the exponentially smoothed series with λ = 0.9 is better and the seasonal
dummy variables and a linear “time” variable help figuring the relationship between the
sale of Quarter 3 and other quarters.