gradient_fun_mini | R Documentation |
Calculate the Gradient for Regression using minibatch
gradient_fun_mini(y, tXy, X, tX, beta)
y |
A vector of observations |
tXy |
A vector of the transpose of design matrix X times the output data y |
X |
A design matrix |
beta |
A vector of regression parameters |
The gradient vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.