VR.plot {vrtest} | R Documentation |
Variance Ratio Plot
Description
Plotting unstandadized variance ratios against holding periods with 95percent confidence band
Standard errors under iid returns are used.
Usage
VR.plot(y, kvec)
Arguments
y |
financial return |
kvec |
holding period vector |
Value
VR |
vector of variance ratio values plotted |
Author(s)
Jae H. Kim & Alexios Ghalanos
Examples
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)
[Package vrtest version 1.2 Index]