Compute the GEOVOL test statistic for examining the null hypothesis that the average correlation of the squared volatility standardized residuals (which should be uncorrelated) is zero against the alternative that it is positive.
# NOT RUN {set.seed(123)
## Simulate from a GEOVOL model with s.d. 0.5 (default):eSim <- geovolSim(n = 1500, m = 30)
## Test for GEOVOL:geovolTest(e = eSim^2-1)
# }