k.index | R Documentation |
This function returns the index where the support of beta coefficients exceeds n_l/2
,
preventing the BIC from becoming erratic in high-dimensional scenarios.
k.index(coef_matrix, n_l)
coef_matrix |
A matrix of beta coefficients, where rows represent different models. |
n_l |
The length of the low-frequency response series. |
The index where the support of beta exceeds \eqn{n_l/2}, or the number of rows of the matrix if no such index is found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.