staticiscs in r language

 5. Load the data in “dailyibm.dat” 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) 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. (b) Difference the data. Plot this differenced data, and make an ACF plot. What is your opinion of whether the series is stationary after differencing? (c) 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 log() to take the logarithm of the data. Plot this transformed data. Does the transformed data appear stationary? Explain. (d) Perhaps some combination of differencing and the logarithmic transform will give us stationary data. Why would log(diff(ibm)) not be a very good idea? Try the opposite, difference the log transformed data difflogibm<-diff(log(ibm)). Except for a few extreme outliers, does this transformation succeed in creating stationary data? (e) Delete the extreme outliers using the following command: difflogibm<-difflogibm[difflogibm> -0.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<-difflogibm[1:500] difflogibm2<-difflogibm[501: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? (f) Assume the model for the data that we have called difflogibm2 is of the following form: dt = δ + wt 4 where wt , t = 1, ..., T is Gaussian white noise with variance σ 2 w. Is this reasonable from what you now know of this time series? How would you estimate δ and σw? What are the numerical values of these estimates? 

Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper

Calculate your order
Pages (275 words)
Standard price: $0.00
Client Reviews
4.9
Sitejabber
4.6
Trustpilot
4.8
Our Guarantees
100% Confidentiality
Information about customers is confidential and never disclosed to third parties.
Original Writing
We complete all papers from scratch. You can get a plagiarism report.
Timely Delivery
No missed deadlines – 97% of assignments are completed in time.
Money Back
If you're confident that a writer didn't follow your order details, ask for a refund.

Calculate the price of your order

You will get a personal manager and a discount.
We'll send you the first draft for approval by at
Total price:
$0.00
Power up Your Academic Success with the
Team of Professionals. We’ve Got Your Back.
Power up Your Study Success with Experts We’ve Got Your Back.

Order your essay today and save 30% with the discount code ESSAYHELP