This problem and the next use CRSP daily returns. First, get the data and plot the ACF
Question:
library(Ecdat)
data(CRSPday)
crsp=CRSPday[,7]
acf(crsp)
acf(as.numeric(crsp))
(a) Explain what \lag" means in the two ACF plots. Why does lag differ between the plots?
(b) At what values of lag are there significant autocorrelations in the CRSP returns? For which of these values do you think the statistical significance might be due to chance?
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Statistics And Data Analysis For Financial Engineering
ISBN: 9781461427490
1st Edition
Authors: David Ruppert
Question Posted: