2020/10/28 by Derek Beaton, Beaton, Derek · 1 voice
Computer Science · Mathematics · #Blind Source Separation Techniques #Computation (stat.CO) #FOS: Computer and information sciences #Machine Learning (cs.LG) #Mathematical Software (cs.MS) #Methodology (stat.ME) #Statistical and numerical algorithms #Tensor decomposition and applications #cs.LG #cs.MS #stat.CO #stat.ME
paper · pdf · doi:10.48550/arxiv.2010.14734
openalex publication_date 2020/10/28 · arxiv published 2020/10/28 · openalex created_date 2020/11/09 · arxiv updated 2020/11/17 · openalex updated_date 2026/07/28
The generalized singular value decomposition (GSVD, a.k.a. "SVD triplet", "duality diagram" approach) provides a unified strategy and basis to perform nearly all of the most common multivariate analyses (e.g., principal components, correspondence analysis, multidimensional scaling, canonical correlation, partial least squares). Though the GSVD is ubiquitous, powerful, and flexible, it has very few implementations. Here I introduce the GSVD package for R. The general goal of GSVD is to provide a small set of accessible functions to perform the GSVD and two other related decompositions (generalized eigenvalue decomposition, generalized partial least squares-singular value decomposition). Furthermore, GSVD helps provide a more unified conceptual approach and nomenclature to many techniques. I first introduce the concept of the GSVD, followed by a formal definition of the generalized decompositions. Next I provide some key decisions made during development, and then a number of examples of how to use GSVD to implement various statistical techniques. These examples also illustrate one of the goals of GSVD: how others can (or should) build analysis packages that depend on GSVD. Finally, I discuss the possible future of GSVD.