Description Usage Arguments Value
View source: R/LinearDetect-package.R
BIC threshold for final parameter estimation
1 2 3 4 5 6 7 8 9 10 11 | BIC.threshold(
method,
beta.final,
k,
m.hat,
brk,
data_y,
data_x = NULL,
b_n = 2,
nlam = 20
)
|
method |
method name for the model: Constant: Mean-shift Model; MvLR: Multivariate Linear Regression; MLR: Multiple Linear Regression |
beta.final |
a combined matrix of estimated parameter coefficient matrices for all stationary segementations |
k |
dimensions of parameter coefficient matrices |
m.hat |
number of estimated change points |
brk |
vector of estimated change points |
data_y |
input data matrix (response), with each column representing the time series component |
data_x |
input data matrix (predictor), with each column representing the time series component |
b_n |
the block size |
nlam |
number of hyperparameters for grid search |
lambda.val.best, the tuning parameter lambda selected by BIC.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.