ipSymLS: Function for obtaining a weighted least squares low-rank approximation of a symmetric matrix
Description
Function ipSymLS implements an alternating least squares algorithm that uses both decomposition and block relaxation
to find the optimal positive semidefinite approxation of given rank p to a known symmetric matrix of order n.
Initial value for the solution (optional; if supplied should be a matrix of dimensions nrow(target) by ndim)
itmax
Maximum number of iterations
eps
Tolerance criterion for convergence
verbose
Show the iteration history (verbose=TRUE) or not (verbose=FALSE)
Author
deleeuw@stat.ucla.edu
References
De Leeuw, J. (2006) A decomposition method for weighted least squares low-rank approximation of symmetric matrices. Department of Statistics, UCLA. Retrieved from https://escholarship.org/uc/item/1wh197mh
Graffelman, J. and De Leeuw, J. (2023) Improved approximation and visualization of the correlation matrix. The American Statistician pp. 1--20. Available online as latest article tools:::Rd_expr_doi("10.1080/00031305.2023.2186952")