Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please provide the answer to this task in Python As a quick review, the following column names are in the csv file Macro_Econonic.csv containing US

image text in transcribed

image text in transcribed

Please provide the answer to this task in Python

As a quick review, the following column names are in the csv file Macro_Econonic.csv containing US economic data from 1959 to 2009 Year = Date Qtr = Quarter Realgdp = Real GDP (\$bil) Realcons = Real consumption expenditures Realinvs = Real investment by private sector Realgovt = Real government expenditures Realdpi = Real disposable personal income CPI_U = Consumer price index M1 = Nominal money stock Tbilrate = Quarterly average of month end 90 day t bill rate Unemp = Unemployment rate Pop = Population, mil. interpolate of year end figures using constant growth rate per quarter Infl = Rate of inflation (first observation is missing) Realint = Ex post real interest rate = Tbilrate - Infl. ( First observation missing) Governments implement policies to manage their economies through periods of expansion and recession. Two key indicators of successful policies are the unemployment rate and the inflation rate. The data in the csv file contains data for these two variables, ie Unemp and Infl. Use hypothesis testing to determine if the mean values of these two variables from the 1970's, 1980's, 1990's and the 2000's are statistically the same or different. Develop your null and alternative hypothesis for each pairing of decades for both unemployment rate and inflation rate. Clearly state your hypothesis as comments in your notebook For each pair of decades, make a conclusion if the 2 variables (unemployment and inflation) are statistically the same or different at the 95% confidence level. Determine if you should use a two-tailed test are a one-tailed test and state your reasoning

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

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

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

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

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

9th Edition

B01JXPZ7AK, 9780805360479

More Books

Students also viewed these Databases questions

Question

Work out the remaining five parts to Eq. 12.117.

Answered: 1 week ago