Description Usage Arguments Value
View source: R/optim_functions.R
Compute gradient function
1 | compute_gradient_function(Y, X, lambda)
|
Y |
A vector of size m. |
X |
A vector of size m*(n+m). |
lambda |
a grid of positive regularization parameters |
a function that take Delta (a vector of size n+m) as argument and returns a vector of size n+m
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.