Description Usage Arguments Value
Scaled lasso to compute beta_init
and hsigma
.
1 | solve_scaled_lasso(y, X, lambda = NULL, beta0, ...)
|
y |
A vector of size m. |
X |
A vector of size m*(n+m). |
lambda |
A regularization parameter. If |
beta0 |
Initial value for beta. |
... |
Further arguments passed to or from other methods. |
A list composed by par
(beta estimate) and
sigma_scaledlasso
among others.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.