General Tips
• Your write-up should be in the style of a report written in full sentences and paragraphs (not short answers)
• Read the questions carefully; many of them ask you to answer multiple questions together.
• Justify and explain your answers thoroughly in complete sentences and paragraphs
• Consult the STATA help files to learn about the options for commands
Families borrow money from banks (mortgage loan) to finance the purchase of their homes. An increase in the mortgage interest rate, thus, increases the cost of owning a house and lowers the demand for houses. In this assignment, you will analyze time series data on the relationship between the mortgage interest rate (Rt) and the number of houses (Ht) sold monthly in the market. The sample spans the period from 1992M1 to 2010M3. After you load the data onto STATA, declare it as time series data before you start the analysis.
Policy Analysis
Consider the ARDL(1,2) model (without the contemporaneous term, Rt):
Ht = α + θ1Ht−1 + β1Rt−1 + β2Rt−2 + εt (1)
(a) Estimate model (1) and include a screenshot of the results table in the report. Interpret the 1-month and 2-month delay multipliers representing the effects of a temporary change in the mortgage rate on home sales and make an inferential statements about it. [8]
(b) Suppose, instead, the change in the mortgage rate is permanent. Compute the total multiplier and interpret it. Is it economically significant ? Discuss.
Stationarity in Levels
(a) What are the conditions that the two series Ht and Rt must satisfy in order for them to be considered stationary? [6]
(b) Plot the two series Ht and Rt, and include the figures in your write-up. By visual inspection, are the they stationary? Describe the behaviors of the two series and indicate what types of underlying models do they resemble. [8]
(c) Perform the standard Dickey-Fuller unit root test (dfuller, without augmentation terms) on each of the two series. Justify your choice of test equation, report the relevant test results, and draw conclusions about the series stationarity at the 5% significance level. [8]
(d) Given the unit root test results, do you think the estimated multipliers in problem interpreted as causal? Discuss.
Stationarity in Differences
(a) For any time series Yt, the first difference (∆Yt = Yt − Yt − 1) can be generated using the command: generate d1Y = D.Y. Generate two new variables representing the first differences in home sales and mortgage rate: ∆Ht and ∆Rt. Include their plots in your write-up and discuss their stationarity and describe their behaviors by visual inspection. [4]
(b) Perform the standard Dickey-Fuller test (without augmentation) on each of the first-differenced series. Justify your choice of test equation, report the relevant test results, and draw conclusions about the series stationarity at the 5% significance level. [6]
(c) What do you conclude the order of integration for each of the two series to be? Justify your answer. [3]
Cointegration
Two I(1) series are said to be cointegrated if their residual (εˆt) is stationary. Let’s check if this is true. First, obtain the residuals using the command: predict resid, res (after running the regression). Check the Data Browser to verify that the residuals [resid] are added to the dataset.
(a) Plot the residuals series and include the graph in your write-up. Comment on their behavior. [3]
(b) Performing the augmented Dickey-Fuller test with two lags (dfuller resid, lags(2)) on the residuals. Report the test statistic and draw a conclusion about the cointegration between home sales and mortgage rate based on the 5% significance level. [4]
(c) Does the cointegration test result change your conclusion about the interpretation of the multipliers in
the problem ? Explain. [3]
Forecasting Home Sales
Note: Answers to this problem are analytical (no STATA) but rely on data and results obtained previously. Type your answers neatly using a proper equation editor and use proper notation.
(a) Write the fitted equation for HˆT = Hˆ2010M 3 using the estimated coefficients from problem. [2]
(b) Iterate the fitted equation to write two equations for the 1-month and 2-months ahead forecasts:
Hˆ2010M 4 and Hˆ2010M 5. [4]
(c) If the mortgage rate stayed the same in 2010M4 as it was in 2010M3 (e.g. because central bank did not change interest rates), will there be more or fewer homes sold in 2010M4 and 2010M5 compared to
2010M3? By how many? (Show your work). [4]
(d) Suppose the central bank lowered the interest rate in 2010M4 such that the mortgage rate decreased by 0.5 percentage points relative to what it was in 2010M3. Will there be more or fewer homes sold in
2010M4 and 2010M5? By how many? (Show your work) [4]
(e) Compare the forecasts under the two policy regimes and discuss the effect of the rate cut on the demand for houses in the months 2010M4 and 2010M5. [4]
Serial Correlation
(a) Generate a graph of the correlogram (i.e. autocorrelation function (ACF)) for the residuals up to s = 12 lags using the following commands:
Include the graph in your write-up and discuss it. [4]
(b) Perform the Breusch-Godfrey LM test assuming an AR(2) process for the errors (estat bgodfrey, lags(2), after running the regression). Report the chi-squared test statistic and its p-value, and draw an inferential conclusion about the presence of serial correlation in the errors and the appropriateness of model (1) in terms of fully capturing the dynamic relationship between home sales and mortgage rate.
[3]
(c) What are the implications of having serially correlated errors on the quality of the multiplier estimates and the forecasts? (Discuss thoroughly using economic and econometric reasoning; do not just cite assumption violations.) [4]
Model Selection
(a) Estimate four additional ARDL(p,q) models (other than model (1)) using different combinations of lags (p, q) of your choice (up to p ≤ 4 and q ≤ 4). Report the Akaike Information Criterion (AIC) estimate corresponding to each model. Which model to you choose as the most appropriate, and why? [7]
(b) Repeat parts (a) and (b) of problem but using the chosen model. At the end, compare your findings
with those corresponding to model (1). Is the newly chosen model an improvement over model (1)? Discuss why or why not. [7]
Essay
The following chart summarizes the findings of a 2018 study done by the Ministry of Justice in Kuwait: [7]
The chart suggests that the share of divorce cases is positively correlated with the wife’s level of education. Some analysts even suggest that women’s educational attainment has had a causal effect on family instability by increasing the the probability of a divorce. Write a short essay (300–500 words) of what you think of this problem and the claim of causality. Use the econometric concepts and terminology you have learned in this course to support your arguments. Some suggested points to address:
• What are the merits and/or flaws in this claim?
• How would you write a model for this relationship?
• What measurable or observable control variables should you include in it?
• What unobservable variables may still be omitted from the model? What is the sign of the bias that they may cause?
• How would you go about addressing any potential endogeneity problems?
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme