Description Usage Arguments Value
This function is designed to be optimized over using already computed information. It is not intended to stand alone.
1 | GCVridge(lam, XX, XY, X, Y)
|
lam |
The tuning parameter |
XX |
The inner product of the design with itself (a pxp matrix) |
XY |
The inner product of the design with the response (a px1 vector) |
X |
The design matrix |
Y |
The response vector |
The generalized cross validation score.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.