Learn R Programming

psvd (version 1.0-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

419

Version

1.0-0

License

GPL (>= 2)

Maintainer

Doulaye Dembele

Last Published

July 17th, 2025

Functions in psvd (1.0-0)

calcPCA

Perform principal component analysis
eigenV

Compute the eigenvectors matrix of a square symmetric matrix
mGSc

Modified Gram-Schmidt orthogonalization of a matrix
eigenVc

Compute the eigenvectors of a square symmetric matrix
psvd-package

Eigendecomposition, Singular-Values and the Power Method
mGS

Modified Gram-Schmidt orthogonalization of a matrix
calcSVD

Perform singular values decomposition