You are here: Symbol Reference > Regress Namespace > Functions > Regress.RidgeOptimalk Function
Stats Master VCL
ContentsIndex
PreviousUpNext
Regress.RidgeOptimalk Function

Optimal k value for ridge regression.

Pascal
procedure RidgeOptimalk(const y: TVec; const A: TMtx; out k: double);

Finds optimal k value for ridge regression, such that k minimizes ridge model MSE.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!