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