var.second.step.search: Exhaustive search step

Description Usage Arguments Value

View source: R/LinearDetect-package.R

Description

Perform the exhaustive search to "thin out" redundant break points.

Usage

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
)

Arguments

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

Value

A list object, which contains the followings

cp.final

a set of selected break point after the exhaustive search step

phi.hat.list

the estimated coefficient matrix for each segmentation


LinearDetect documentation built on March 22, 2021, 9:06 a.m.