Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getRho

Normalized rho unit root test statistic


Description

Utility function used by UnitRootTest

Usage

getRho(ans)

Arguments

ans

output from FitAR

Value

Value of the test statistic

Author(s)

A.I. McLeod

See Also

Examples

z <- cumsum(rnorm(100))
ans <- FitAR(z, p=1)
getRho(ans)

FitAR

Subset AR Model Fitting

v1.94
GPL (>= 2)
Authors
A.I. McLeod, Ying Zhang and Changjiang Xu
Initial release
2013-03-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.