Single change point detection for low-rank plus sparse model using minimizing SSE method.
detect.LpS(data, lambda, mu, alpha_L, skip = 50)
A list object, which includes the followings:
A vector recording all estimated change points
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 dataset, n is the number of observations, p is the number of variables
A 2-d vector recording tuning parameters for sparse components left/right
A 2-d vector recording tuning parameters for low rank components left/right
A numeric value, a positive number indicating the constraint space for low rank matrix
The number of observations at the boundaries we should skip