recursive.B {regsubseq} | R Documentation |
An internal function used to recursively compte gap-linearity test statistics. This function is not intended to be used by an end user.
recursive.B(x, indices = FALSE);
x |
A sequence of numbers. |
indices |
Whether to keep track of indices of the end points of the most gap-linear subsequences. |
A table of computed test statistics. If indices
is TRUE
,
almost return the indices of the end points of the most gap-linear
subsequences.
Yanming Di
Di and Perlman (2007)