rigep.test: RIG-EP Test

View source: R/rigep.test.R

rigep.testR Documentation

RIG-EP Test

Description

Performs the RIG-EP test of randomness.

Usage

rigep.test(x, alpha)

Arguments

x

A numeric vector

alpha

The level of significance

Value

Probability of non-intersection of edges, cutoff for RIG-EP test and adjusted p-values for the RIG-EP test.

Examples

x <- arima.sim(model = list(ar=0.9), 1000) ## AR(1) model
rigep.test(x,0.05)

GTRT documentation built on Sept. 9, 2025, 5:38 p.m.