Perform the block fused lasso with thresholding to detect candidate break points.
first.step(
data_y,
data_x,
lambda1,
lambda2,
max.iteration = max.iteration,
tol = tol,
blocks,
cv.index,
fixed_index = NULL,
nonfixed_index = NULL
)
A list object, which contains the followings
estimated jump size in L2 norm
estimated jump size in L1 norm
estimated change points in the first step
estimated parameters in the first step
input data matrix Y, with each column representing the time series component
input data matrix X
tuning parmaeter lambda_1 for fused lasso
tuning parmaeter lambda_2 for fused lasso
max number of iteration for the fused lasso
tolerance for the fused lasso
the blocks
the index of time points for cross-validation
index for linear regression model with only partial compoenents change.
index for linear regression model with only partial compoenents change.