Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

In this project, you will explore this version of Okun's Law over different two time periods: (U t U t * ) = B 1

In this project, you will explore this version of Okun's Law over different two time periods:

(Ut Ut*) = B1 + B2(Yt Yt*)

where:

Ut is the unemployment rate.

Ut* is the natural rate of unemployment.

Yt is real output (gross domestic product), logged.

Yt* is real output (gross domestic product), logged.

(Yt Yt*) is the output gap measured as a percentage difference of output from potential output.

We want to see estimates of Okun's law changes over the following sample periods: 1984:1-2007:4 and

2008:1-2018:4.

The RATS code to run these regressions is:

***import data***

*calendar(q) 1960:1

data(format=fred) * * gdpc1 gdppot nroust unrate

****transform data***

log gdpc1 / loggdp

log gdppot / logdpot

set outputgap = (loggdp - logdpot)*100

set ugap = unrate - nroust

**linreg ugap 1984:1 2007:4

# constant outputgap

*linreg ugap 2008:1 2019:4

# constant outputgap

The regression results are:

Linear Regression - Estimation by Least Squares

Dependent Variable UGAP

Quarterly Data From 1984:01 To 2007:04

Usable Observations 96

Degrees of Freedom 94

Centered R^2 0.7380285

R-Bar^2 0.7352416

Durbin-Watson Statistic 0.2533

Variable Coeff Std Error T-Stat Signif

1. Constant (?1) -0.1861985 0.05220725 -3.56653 0.00057126

2. OUTPUTGAP (?2) -0.5195463 0.03192646 -16.27322 0.000

Linear Regression - Estimation by Least Squares

Dependent Variable UGAP

Quarterly Data From 2008:01 To 2019:04

Usable Observations 48

Degrees of Freedom 46

Centered R^2 0.9293599

R-Bar^2 0.9278242

Durbin-Watson Statistic 0.658

Variable Coeff Std Error T-Stat Signif

1. Constant (?1) -0.2757351 0.09389872 -2.93652 0.00516905

2. OUTPUTGAP (?2) -0.7469072 0.03036137 -24.60057 0.000

1) Interpret the regression results above. Be specific. How is the right hand side related to the left hand side?

2) Which regression better fits the data? Explain.

3) This version of Okun's law relates the unemployment gap to the output gap. What is the theoretical value of ?1 (consider how the output gap is related to the unemployment gap in lecture)? What is estimates of ?1)? Is the estimate significantly significant? How can you tell?

4) The output gap in the second quarter of 2020 was -10.42%. Calculate the estimated unemployment gap for each of the two regressions above. Show your work.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial Accounting

Authors: J. David Spiceland, Wayne Thomas, Don Herrmann

2nd Edition

0078110823, 9780078110825

Students also viewed these Economics questions