Description Usage Arguments Value
View source: R/fdaAuxFunctions.R
Ordinary Cross-Validation method for optimising the penalty parameter.
1 | OCV(XX, yy, newX, newY, optionsEst)
|
XX |
Training predictor matrix. |
yy |
Training response vector. |
newX |
Validation predictor matrix. |
newY |
Validation response matrix. |
optionsEst |
List of options for estimation. |
The value of lambda which minimises the Ordinary Cross-Validation criterion, that is, minimises the RMSD (for Regression) or maximises the AUC (for Classification).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.