Learn R Programming

psvd (version 1.1-0)

Eigendecomposition, Singular-Values and the Power Method

Description

For a data matrix with m rows and n columns (m>=n), the power method is used to compute, simultaneously, the eigendecomposition of a square symmetric matrix. This result is used to obtain the singular value decomposition (SVD) and the principal component analysis (PCA) results. Compared to the classical SVD method, the first r singular values can be computed.

Copy Link

Version

Install

install.packages('psvd')

Monthly Downloads

171

Version

1.1-0

License

GPL (>= 2)

Maintainer

Doulaye Dembele

Last Published

November 23rd, 2025

Functions in psvd (1.1-0)

psvd-package

Eigendecomposition, Singular-Values and the Power Method
eigenVc

Compute the eigenvectors of a square symmetric matrix
mGS

Modified Gram-Schmidt orthogonalization of a matrix
eigenV

Compute the eigenvectors matrix of a square symmetric matrix
mGSc

Modified Gram-Schmidt orthogonalization of a matrix
calcPCA

Perform principal component analysis
calcSVD

Perform singular values decomposition