Description Usage Arguments Value Examples
View source: R/FunctionsALasso.R
scale_X Scales a matrix of inputs according to LARS algorithm
1 |
X |
n x p design matrix of inputs |
Y |
n x 1 vector of outputs |
gamma |
a scalar(>0) input used in the weight(user input) |
A list with the elements
X_w |
A n x p matrix scaled according to LARS algorithm |
weights |
adaptive weights |
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.