Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

5. Download the data dailyibm.dat from Canvas and save it to your working directory in R. Then, read it in using the command ibm=scan(

image text in transcribed
5. Download the data \"dailyibm.dat\" from Canvas and save it to your working directory in R. Then, read it in using the command ibm=scan( " dailyibm . dat " , skip= 1) This series is the daily closing price of IBM stock from Jan 1, 1980 to Oct 8, 1992. (a) (b) (C) (d) (E) (f) Make a plot of the data and an ACF plot of the data Does the time series appear to be stationary? Explain. Interpret the ACF plot in this situation. Difference the data Plot this di'erenced data, and make an ACF plot. What is your opinion of whether the series is stationary after differencing? Another option for attempting to obtain stationary data when there is something similar to an exponential trend is to take the logarithm. Use the R command 1030 to take the logarithm of the data. Plot this transformed data Does the transformed data appear stationary? Explain. Perhaps some combination of differencing and the logarithmic transform will give us stationary data. Why would log (diff (113m)) not be a very good idea? Try the opposite, difference the log transformed data difflogiban=diff(log(ibm)). Except for a few extreme outliers, does this transformation succeed in creating stationary data? Delete the extreme outliers using the following command: difflogibm=difflogibm[difflogibm > -c 1] Plot this data and the ACF for this data Sometimes with very long time series like this one, portions of the series exhibit different behavior than other portions. Break the series into two parts using the following commands: difflogibm1= difflogimelz500] difflogibm2= difflogimeSOl:length(difflogibm)] Plot both of these and create ACF plots of each. Do you notice a difference between these two sections of the larger time series? Assume the model for the data that we have called difflogibm2 is of the following form: (it = 6 + E: where e1, . .. ,e,, are normal white noise with variance 0'". Is this reasonable from what you now know of this time series? How would you estimate 6 and 0? Give the estimates

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

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

Elementary Algebra

Authors: Charles P McKeague

2nd Edition

1483263819, 9781483263816

More Books

Students also viewed these Mathematics questions