powered by
Plotting unstandadized variance ratios against holding periods with 95percent confidence band
Standard errors under iid returns are used.
VR.plot(y, kvec)
vector of variance ratio values plotted
financial return
holding period vector
Jae H. Kim & Alexios Ghalanos
data(exrates) y <- exrates$ca nob <- length(y) r <- log(y[2:nob])-log(y[1:(nob-1)]) kvec <- c(2,5,10) VR.plot(r,kvec)
Run the code above in your browser using DataLab