Description Usage Arguments Value
Obtain the scaled first singular value of the singular-value decomposition
of a rectangular matrix X as computed by svd. Scaling
is done by dividing the firts singular value by the root square of the number
of rows in X. This function is internally called by MFA
and is not usually called directly by a user.
1 | eigenvalue(X)
|
X |
a numeric matrix whose SVD decomposition can be computed. |
The scaled first singular value of svd(X).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.