程序代写代做代考 finance ECON 3350/7350: Applied Econometrics for Macroeconomics and Finance

ECON 3350/7350: Applied Econometrics for Macroeconomics and Finance
Tutorial 4: Single Equation Models of Multiple Time Series
ARDL and ECM.
1. Derive the ECM representation of the following ARDL(1,1,2) model:
ct =δ+θ1ct−1 +γ0at +γ1at−1 +λ0yt +λ1yt−1 +λ2yt−2 +εt
Which parameter(s) in the resulting ECM are long-run multiplier(s) and adjust-
ment parameter(s)?
2. The file wealth.csv contains observations on:
• ct = the log of total real per capita expenditures on durables, nondurables and services;
• at = the log of a measure of real per capita household net worth(including all financial and household wealth); and
• yt = the log of after-tax labour income.
The data are from 1952Q2 through 2006Q2 (see Koop, G., S. Potter and R. W. Stra- chan (2008) “Re-examining the consumption-wealth relationship: The role of un- certainty” Journal of Money, Credit and Banking, Vol. 40, No. 2.3, 341-367.
(a) Draw time series plots of ct, at, and yt. Compute and plot the ACF and PACF of ct, at, and yt. Comment on your findings.
(b) Fit ARDL(p, q, m) models to the data with each component order of (p, q, m) up to 2. Use BIC for model selection. Report the best model. Hint: Install the ardl package and use its ardl command.
(c) Estimate the ECM representation of the ARDL model selected in Part (b) and report the estimated model. Hint: Use the ec1 option with the ardl com- mand.
1