Description Usage Arguments Value Author(s) References See Also
Find the most gap-linear length k+1 subsequence of the input sequence. The
subsequence found by this function has the same end points as the original
sequence. This function is not intended to be used by an end user directly.
Users should use test.gaplin.t
, test.gaplin.p
or
test.gaplin
instead.
1 | most.gaplin.sub(x, k, T);
|
x |
The input sequence, a vector of numbers. |
k |
The length of the subsequences for which we want to test gap-linearity. |
T |
A threshold value. A subsequence will only be examined when its
gap-linearity test statistic can be bigger than this |
improved |
|
t |
The gap-linearity test statistic corresponding to the most gap-linear subsequence. |
sub |
The most gap-linear subsequence. |
sigma |
The indices corresponding to the most gap-linear subsequence. |
Yanming Di
Di and Perlman (2007)
test.gaplin
, test.gaplin.t
,
test.gaplin.p
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.