powered by
A variance ratio test with holding period value chosen by a data dependent procedure
Auto.VR(y)
Automatic variance ratio test statistic
1+ weighted sum of autocorrelation up to the optimal order
financial return time series
Jae H. Kim
Choi, I. 1999, Testing the random walk hypothesis for real exchange rates Journal of Applied Econometrics, 14, 293-308.
data(exrates) y <- exrates$ca nob <- length(y) r <- log(y[2:nob])-log(y[1:(nob-1)]) Auto.VR(r)
Run the code above in your browser using DataLab