SVD {Rwave}R Documentation

Singular Value Decomposition

Description

Computes singular value decomposition of a matrix.

Usage

SVD(a)

Arguments

a input matrix.

Details

R interface for Numerical Recipes singular value decomposition routine.

Value

a structure containing the 3 matrices of the singular value decomposition of the input.

References

See discussions in the text of "Time-Frequency Analysis”.


[Package Rwave version 1.24-2 Index]