View source: R/Rpackagestatistics.R
1 | busettitaylor_statistic(x, tau_0 = 0.2)
|
x |
x is a vector or a time series object containing the relevant time series values. |
tau_0 |
The test statistic is recursively calculated for subsamples of the time series. tau_0 gives the fraction for the smallest subsample to be considered. So if your sample is 100 and tau_0 is 0.2, the smalles subsample consists of 20 data points. |
1 2 3 4 5 6 7 8 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x)
{
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.