Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

svd.triplet

Singular Value Decomposition of a Matrix


Description

Compute the singular-value decomposition of a rectangular matrix with weights for rows and columns.

Usage

svd.triplet(X, row.w=NULL, col.w=NULL, ncp=Inf)

Arguments

X

a data matrix

row.w

vector with the weights of each row (NULL by default and the weights are uniform)

col.w

vector with the weights of each column (NULL by default and the weights are uniform)

ncp

the number of components kept for the outputs

Value

vs

a vector containing the singular values of 'x';

u

a matrix whose columns contain the left singular vectors of 'x';

v

a matrix whose columns contain the right singular vectors of 'x'.

See Also


FactoMineR

Multivariate Exploratory Data Analysis and Data Mining

v2.4
GPL (>= 2)
Authors
Francois Husson, Julie Josse, Sebastien Le, Jeremy Mazet
Initial release
2020-12-09

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.