BIC threshold for final parameter estimation
BIC.threshold(
method,
beta.final,
k,
m.hat,
brk,
data_y,
data_x = NULL,
b_n = 2,
nlam = 20
)method name for the model: Constant: Mean-shift Model; MvLR: Multivariate Linear Regression; MLR: Multiple Linear Regression
a combined matrix of estimated parameter coefficient matrices for all stationary segementations
dimensions of parameter coefficient matrices
number of estimated change points
vector of estimated change points
input data matrix (response), with each column representing the time series component
input data matrix (predictor), with each column representing the time series component
the block size
number of hyperparameters for grid search
lambda.val.best, the tuning parameter lambda selected by BIC.