Question

Your time series data are as follows. 0.12-0.671 -0.273-0.994 0.571 1.088 0.505 0 -0.389 1.316 1.328 2.06 5.292 4.396 4.177 2.94 5.501 4.896 4.588 3.436 For these data (length 20), plot the times series, plot the acf, and get the acf function numerically. Do the same for the differenced series of length 19 Part a) The serial correlations of lags 1,2,3 are: Part b) For the differenced series, the serial correlations of lags 1,2,3 are:

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Solution: For a given a time series

y_{t}=(-0.12, -0.671,-0.273,-0.994,0.571,1.088,0.505,0,0.389,1.316,1.328,2.06,5.292,4.396,4.177,2.94,5.501,4.896,4.588,3.436)

Using R-programming, we plotting (1) time series plot, ACF plot (2) difference time series plot, difference ACF plot.

R-code:

y=c(-0.12, -0.671,-0.273,-0.994,0.571,1.088,0.505,0,-0.389,1.316,1.328,2.06,5.292,4.396,4.177,2.94,5.501,4.896,4.588,3.436)
y1=diff(x)
length(x)
par(mfrow=c(2,2))
acf1=acf(y,main="acf plot of original series")
plot(y,type="l",main="original series")
acfd=acf(y1,main="acf plot of difference series")
plot(y1,type="l",main="Difference of Time series")

acf plot of original series original series 10 12 10 15 Lag Index acf plot of difference series Difference of Time series 10 12 10 15 Lag Index

(a) Mean of the series will be y = 1.98235

By using given formula, we can get serial correlations

ho(k) = rac{rac{1}{n-k}sum_{t=k+1}^n (y_t - ar{y})(y_{t-k} - ar{y})}{ sqrt{rac{1}{n}sum_{t=1}^n (y_t - ar{y})^2}sqrt{rac{1}{n-k}sum_{t=k+1}^n (y_{t-k} - ar{y})^2}}

Serial correlation of lag 1,2, 3 as follows: 0.809, 0.646, 0.489

(b) For difference series mean will be у 0.1871579

We get serial correlation of lag 1,2, 3 for difference series as follows: -0.230 -0.038 -0.254

Add a comment
Know the answer?
Add Answer to:
Your time series data are as follows. 0.12-0.671 -0.273-0.994 0.571 1.088 0.505 0 -0.389 1.316 1.328...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Your time series data are as follows. -1.899 0.712 1.805 1.642 1.217 0.66 2.127 2.699 1.779...

    Your time series data are as follows. -1.899 0.712 1.805 1.642 1.217 0.66 2.127 2.699 1.779 4.135 2.959 3.463 2.561 1.715 3.872 3.693 4.591 4.513 3.504 3.674 For these data (length 20), plot the times series, plot the acf, and get the acf function numerically. Do the same for the differenced series of length 19. Your time series data are as follows. 1.899 0.712 1.805 1.642 1.217 0.66 2.127 2.699 1.779 4.135 2.959 3.463 2.561 1.715 3.872 3.693 4.591 4.513...

  • Your time series data are as follows. 0.513 -0.396 -0.85 -1.73 0.127 0.403 0.959 1.498 1.349...

    Your time series data are as follows. 0.513 -0.396 -0.85 -1.73 0.127 0.403 0.959 1.498 1.349 -0.186 1.082 -0.92 -1.504 0.135 -0.271 0.726 0.702 0.769 0.854 1.498 For these data, plot the times series, plot the acf, and get the acf function numerically. Consider this as the training set. Please answer the following. The serial correlations of lags 1,2,3 are lag 1: lag 2: lag:3

  • Your time series data are as follows. 1.447 1.298-0.682 -0.575 0 -0.287-0.221 0.15 0.023 0.899 1.886...

    Your time series data are as follows. 1.447 1.298-0.682 -0.575 0 -0.287-0.221 0.15 0.023 0.899 1.886 -0.701 -1.107-0.788 -1.595 -0.275-0.006-0.577 -0.706 -1.475 For these data, plot the times series, plot the acf, and get the acf function numerically. Consider this as the training set. Please answer the following. Part a) The serial correlations of lags 1,2,3 are: Part b) Your holdout set for observations at times 21 to 25 are: -0.946 -1.413 0.416 0.965 0.692 Next you will apply the...

  • Your time series data are as follows. 0.513 -0.396 -0.85 -1.73 0.127 0.403 0.959 1.498 1.349...

    Your time series data are as follows. 0.513 -0.396 -0.85 -1.73 0.127 0.403 0.959 1.498 1.349 -0.186 1.082 -0.92 -1.504 0.135 -0.271 0.726 0.702 0.769 0.854 1.498 For these data, plot the times series, plot the acf, and get the acf function numerically. Consider this as the training set. Please answer the following. Your time series data are as follows 0.513-0.396-0.85-1.73 0.127 0.403 0.959 1.498 1.349-0.186 1.082-0.92 -1.504 0.135-0.271 0.726 0.702 0.769 0.854 1.498 For these data, plot the times...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT