WeightedSVD: Weighted Singular Value Decomposition 'WeightedSVD' Computes...

View source: R/svd.R

WeightedSVDR Documentation

Weighted Singular Value Decomposition WeightedSVD Computes a SVD with frequency weights.

Description

Weighted Singular Value Decomposition WeightedSVD Computes a SVD with frequency weights.

Usage

WeightedSVD(x, weights = rep(1, n), nu = min(n, p), nv = min(n, p))

Arguments

x

A numeric or complex matrix whose SVD decomposition is to be computed. Logical matrices are coerced to numeric.

weights

Frequency Weights.

nu

The number of left singular vectors to be computed. This must between 0 and n = nrow(x).

nv

The number of right singular vectors to be computed. This must between 0 and n = ncol(x).


NumbersInternational/flipTransformations documentation built on Feb. 26, 2024, 6:43 a.m.