CAC40return.sq | R Documentation |
This data set considers CAC40 square return at the closure of the market from March 2, 1990 to June 14, 2021.
CAC40return.sq
A numerical vector with 7935 observations.
We computed every value from the dataset CAC40
with the following code:
cac<-CAC40; n<-length(cac); rend<-rep(0,n); rend[2:n]<-(log(cac[2:n]/cac[1:(n-1)])*100); CAC40return.sq<-rend[2:n]^2
CAC40
and CAC40return
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.