Description Usage Arguments Value Author(s) References
Update beta vector using KKT conditions.
1 | casl_lenet_update_beta_kkt(X, y, b, lambda, active_set, maxit = 10000L)
|
X |
A numeric data matrix. |
y |
Response vector. |
b |
Current value of the regression vector. |
lambda |
The penalty term. |
active_set |
Logical index of the active set of variables. |
maxit |
Integer maximum number of iterations. |
A list indicating the new regression vector and active set.
Taylor Arnold, Michael Kane, Bryan Lewis.
Taylor Arnold, Michael Kane, and Bryan Lewis. A Computational Approach to Statistical Learning. Chapman & Hall/CRC Texts in Statistical Science, 2019.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.