Ridge_HJBiplot {SparseBiplots} | R Documentation |
Ridge HJ Biplot
Description
This function performs the representation of the HJ Biplot applying the Ridge regularization, on the original data matrix, implementing the norm L2.
Usage
Ridge_HJBiplot (X, Lambda, Transform.Data = 'scale')
Arguments
X |
array_like; |
Lambda |
float; |
Transform.Data |
character; |
Details
Algorithm used to contract the loads of the main components towards zero, but without achieving the nullity of any. If the penalty parameter is less than or equal to 1e-4 the result is like Galindo's HJ Biplot (1986).
Value
Ridge_HJBiplot
returns a list containing the following components:
eigenvalues |
array_like; |
explvar |
array_like; |
loadings |
array_like; |
coord_ind |
array_like; |
coord_var |
array_like; |
Author(s)
Mitzi Cubilla-Montilla, Carlos Torres-Cubilla, Ana Belen Nieto Librero and Purificacion Galindo Villardon
References
Galindo, M. P. (1986). Una alternativa de representacion simultanea: HJ-Biplot. Questiio, 10(1), 13-23.
Hoerl, A. E., & Kennard, R. W. (1970). Ridge regression: Biased estimation for nonorthogonal problems. Technometrics, 12(1), 55-67.
Zou, H., Hastie, T., & Tibshirani, R. (2006). Sparse principal component analysis. Journal of computational and graphical statistics, 15(2), 265-286.
See Also
Examples
Ridge_HJBiplot(mtcars, Lambda = 0.2)