logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Ata WhbaLaw
(5/5)

962 Answers

Hire Me
expert
Bryan CoxxEconomics
(5/5)

995 Answers

Hire Me
expert
Ivy GeePsychology
(5/5)

737 Answers

Hire Me
expert
Kevin BatessAccounting
(5/5)

764 Answers

Hire Me
Econometrics
(5/5)

data set consists of weekly initial jobless claims1 aggregated to monthly data and the monthly unemployment rate in the US.2 Jobless claims

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS
Problem 1: Forecasting Unemployment
The data set consists of weekly initial jobless claims1 aggregated to monthly data and the monthly unemployment rate in the US.2 Jobless claims are very valuable for policymaking because they are released more often and earlier than unemployment numbers, as a result, they are often used to predict the current level of unemployment during recessions. Make sure to load the dynamic package before opening the dataset.
 
i.  Initial claims number to measure how many individuals filed for unemployment in a given week/month while unemployment numbers measures the total numbers who are unemployed at a given point in time. We will thus try to predict changes in unemployment using the claims number rather than the level of unemployment itself. Explain why this is a good strategy using the notion of flow and stock variables from macroeconomics?
 
ii. We will consider ADL models of the form:
∆Ut = β0 + β1∆Ut−1 + • • • + βp∆Ut−p + δ1Xt + • • • + δqXt−q−1 + et,
where ∆Ut = Ut    Ut−1 is the change in the unemployment rate from t    1 to t and Xt are the jobless claims. Estimate the ADL(p,q) model with p = 0 and q = 1, 2, 3 as well as p = 1 and q = 1, 2, 3. Report the OLS estimates.

 

Hint: to estimate the ADL model described above, you can use the following command from the dynlm package: dynlm( diff(Unempl)~ L(diff(Unempl),0:p)+ L(Claims,0:q),  data= data )https://fred.stlouisfed.org/series/ICSA 2https://fred.stlouisfed.org/series/UNRATE
 
iii.    Using the window command, create two subsets of data. The first consists of observations from January 1990 to December 2005 and the second will consist of observations from January 2006 to March 2020. To create the first subset, you could use data1 = window(data,start
= "Jan 1990", end = "Dec 2005").
Estimate the regression models in ii. on the first subset of data and compute the forecasted values on the second subset. The forecasts are computed manually using forecast1 = model1$coef[1] + model1$coef[2]*lag(data2$Claims,0) for an ADL(0,1) model for instance.
 
iv. Compute the RMSFE for the specifications you estimated above and choose the best model for out-of-sample forecasting.
 
v.  Using the preferred model from the previous question, predict the change in the unemployment rate in April 2020 and, using the March 2020 number, the level of unemployment in April 2020.3




(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

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

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme