Description Usage Arguments Value
View source: R/LinearDetect-package.R
Perform the exhaustive search to "thin out" redundant break points.
1 2 3 4 5 6 7 8 9 | var.second.step.search(
data_y,
q,
max.iteration = max.iteration,
tol = tol,
cp.first,
beta.est,
blocks
)
|
data_y |
input data matrix, with each column representing the time series component |
q |
the AR order |
max.iteration |
max number of iteration for the fused lasso |
tol |
tolerance for the fused lasso |
cp.first |
the selected break points after the first step |
beta.est |
the estimated parameters by block fused lasso |
blocks |
the blocks |
A list object, which contains the followings
a set of selected break point after the exhaustive search step
the estimated coefficient matrix for each segmentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.