rcagdd.test | R Documentation |
Performs the RCAG-DD RIG-DD test of randomness for circular data.
rcagdd.test(theta)
theta |
A numeric vector representing endpoints of arcs. |
Vector of test statistics of RCAG-DD Test.
x <- arima.sim(model = list(ar=c(0.6,0.3)), 1000) ## AR(2) model
theta <- ((2*atan(x))%%(2*pi))*(180/pi) ##LAR(2) model
rcagdd.test(theta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.