Description Usage Arguments Value
View source: R/LinearDetect-package.R
BIC threshold for final parameter estimation (GGM)
1 2 3 4 5 6 7 8 9 10 | BIC.threshold.ggm(
beta.final,
k,
m.hat,
brk,
data_y,
data_x = NULL,
b_n = 2,
nlam = 20
)
|
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.