rigep.test | R Documentation |
Performs the RIG-EP test of randomness.
rigep.test(x, alpha)
x |
A numeric vector |
alpha |
The level of significance |
Probability of non-intersection of edges, cutoff for RIG-EP test and adjusted p-values for the RIG-EP test.
x <- arima.sim(model = list(ar=0.9), 1000) ## AR(1) model
rigep.test(x,0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.