View source: R/update_selection_step.R
update_selection_step | R Documentation |
Calculates the gradient of the smoothed check-loss for the residuals and selects the column of X which has the highest absolute correlation.
update_selection_step(X, residuals, tau, h = 0.1, kernel = "Gaussian")
X |
( |
residuals |
( |
tau |
( |
h |
( |
kernel |
( |
A list with components
sel_cov
The index of the selected covariates.
cor
The corresponding correlation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.