ECON 483: Forecasting
This web page contains mathematical formulas and is therefore best viewed with Internet Explorer,
because other web browsers may not correctly display the "Symbol" fonts involved.
Empirical homework 2
The data for the homework assignment is available in
EasyReg space delimited text format (*) and as an
Excel CSV file (**).
These data files contains the following variables for 300 companies in a particular year:
- Y = Stock return
- X(1) = Sales growth
- X(2) = Profit growth
- X(3) = Dummy sales growth > 0 (=1 if X(1)>0, =0 if not)
- X(4) = Dummy sales growth < 0 (=1 if X(1)<0, =0 if not)
The value of Y for company 300 is missing.
Assignments
- Regress Y on X(1), X(2), X(3), X(4) and a constant 1.
Thus, [try to] estimate the model
Y
= b1X(1)
+ b2X(2)
+ b3X(3)
+ b4X(4)
+ b5
+ U.
Explain what happens and why it happens.
- Regress Y on X(1), X(2), X(3) and X(4) without a constant 1.
Thus, estimate the model
Y
= b1X(1)
+ b2X(2)
+ b3X(3)
+ b4X(4)
+ U,
using all available data. Forecast Y for company 300.
- Regress Y on X(1), X(2), X(3) and a constant 1. Thus, estimate the model
Y =
b1X(1)
+ b2X(2)
+ b3X(3)
+ b4
+ U
using all available data. Forecast Y for company 300.
- Explain why the estimates of the slope coefficients
b1
and
b2
are the same in models (2) and (3).
- How are the estimates of the slope coefficients
b3
and
b4
in model (2) related
to the estimated slope coefficient
b3
and intercept
b4
in model (3), and why?
- Explain why the forecasts of Y for company 300 are equal in these two cases.
- You may assume that in model (3) the model errors U are independent normally
N[0,s2] distributed. Given this
assumption, construct the 90% confidence interval of the actual but unknown
value of Y for company 300.
- Test at the 5% significance level the following hypotheses for model (3):
- b1 = 0
against b1
¹ 0.
- b2 = 1 against
b2> 1.
- b2
= 2b1,
using the Wald test option in EasyReg.
- b2
= 2b1
= 2b3,
using the Wald test option in EasyReg.
- Describe in words how you would conduct the Wald test in the latter case if
the point-and-click Wald test option were not available.
(*) Click on the link, and save the file as a text file (*.TXT) on your hard disk via the
"Save as .." option of your web browser.
(**) If you use Internet Explorer and you click on the link the file will be
automatically imported in Excel. Then use the "Save as .." option of Excel to save
the file on your hard disk. Netscape and Mozilla Firefox will display the file as a text file.
Therefore, if you use Netscape or Mozilla Firefox follow the procedure under (*).
Use the "Back" button to go back to the class web page