View source: R/ridge_learner_no_scale.R
neg_log_lik_Ridge_logscale_no_scale | R Documentation |
b ~ N(0, VS) for fixed diagonal scaling matrix S
y = Xb + e
e ~ N(0, diag(sigma2)), L = diag(1/sigma2)
neg_log_lik_Ridge_logscale_no_scale(lV, XtY, XtX)
lV |
is ln(V) |
XtY |
is X'Y |
XtX |
is X'X (it must have an attribute called 'evd' that has its eigenvalue decomposition) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.