Skip to content
Prev 324599 / 398503 Next

Regularized Discriminant Analysis scores, anyone?

On 02.06.2013 05:01, Matthew Fagan wrote:
There are no such scores:

same as for qda, you do not follow the Fisher idea of the linear 
discriminant components any more: Your space is now partitioned by 
ellipsoid like structures based on the estimation of the inner-class 
covariance matrices.

rda as implemented in klaR (see the reference given on the help page) is 
a regularization that helps to overcome problems when estimating 
non-singular covariance matrices for the separate classes.
The rda package provides a completely different regularization 
technique, see the reference given on the help page.

Best,
Uwe Ligges