Normalized rho unit root test statistic
Utility function used by UnitRootTest
getRho(ans)
ans |
output from FitAR |
Value of the test statistic
A.I. McLeod
z <- cumsum(rnorm(100)) ans <- FitAR(z, p=1) getRho(ans)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.