Write a paper explaining the results of the exercise

Written Assignment 6

Write a paper explaining the results of the exercise already completed below that plots the daily closing prices for IBM stock, along with the ACF and PACF. the Khashei, Bijari, and Ardali (2009) article, and other sources to explain how each plot shows that the series is non-stationary and should be differentiated. Feel free to use current IBM stock prices to compare the results of your assignment.

I do not need to you to redo the problem just explain in an essay the answers that I already completed below paper should be written in narrative form in APA style.

 

Article link below:

https://www.scss.tcd.ie/khurshid.ahmad/Research/Fuzzy_Logic/2007_Khashei%20et%20al_NeuroFuzzyARIMA.pdf

  1. A classic example of a non-stationary series is the daily closing IBM stock price series (data set ibmclose). Use R to plot the daily closing prices for IBM stock and the ACF and PACF. Explain how each plot shows that the series is non-stationary and should be differenced.

ggtsdisplay(ibmclose)

  • ACF plot shows that the autocorrelation values are bigger than critical value and decrease slowly.
  • Also, r1 is large(near to 1) and positive.
  • It means that the IBM stock data are non-stationary(that is, predictable using lagged values).
  • PACF plot shows that there is a strong correlation between IBM stock data and their 1 lagged values.
  • It means that IBM stock data can be predicted by 1 lagged values and they aren’t stationary.
  • To get stationary data, IBM stock data need differencing.
  • Differencing can help stabilize the mean of a time series by removing changes in the level of a time series.
  • Therefore it will eliminate or reduce trend and seasonality where the effect can make non-staionary data stationary.