This problem and the next use CRSP daily returns. First, get the data and plot the ACF in two ways:  1 library(Ecdat)  2 data(CRSPday) 3 crsp=CRSPday[,7] 4 acf(crsp)  5 acf(as.numeric(crsp))  (a)...


This problem and the next use CRSP daily returns. First, get the data and plot the ACF in two ways:


 1 library(Ecdat)


 2 data(CRSPday)


3 crsp=CRSPday[,7]


4 acf(crsp)


 5 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?



May 26, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here