single change point detection with cross-validation
cv.detect.LpS(
data,
lambda.1.seq = NULL,
mu.1.seq = NULL,
alpha_L = 0.25,
skip = 50,
nfold = 5
)
A list object, including
Estimated change point
Estimated sparse component for the left-handed side
Estimated sparse component for the right-handed side
Estimated low rank component for the left-handed side
Estimated low rank component for the right-handed side
The sum of squared errors for all passed time points
a n by p datatset matrix
a numeric vector, the sequence of tuning parameter for sparse component for the left segment
a numeric vector, the sequence of tuning parameter for low rank component for the left segment
a numeric value, indicates the constraint space of low rank component
a positive integer, indicates the number of time points should be skipped close to the boundary
a positive integer, the number of folds for cross validation