rigdd.test | R Documentation |
Performs the RIG-DD test of randomness.
rigdd.test(x)
x |
A numeric vector corresponding to interval of an RIG. |
Vector of test statistics of RIG-DD Test.
x <- arima.sim(model = list(ar=c(0.7,0.2)), 1000) ## AR(2) model
rigdd.test(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.