Does the built in function singular value decomposition (svd) do the correlation matrix for you?

9 vues (au cours des 30 derniers jours)
I am doing some research on proper orthogonal decomposition using the snapshot method where I use svd. I am wondering if this function already does the correlation matrix for you or would I need to do that before I use svd?

Réponse acceptée

John D'Errico
John D'Errico le 4 Fév 2023
Modifié(e) : John D'Errico le 4 Fév 2023
The SVD does NOT perform the re-scaling involved in a correlation matrix. It just uses the array you give it, with no preemptive scaling done at all. If you want that, you need to scale your data in advance.

Plus de réponses (0)

Catégories

En savoir plus sur Eigenvalues dans Help Center et File Exchange

Tags

Produits


Version

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by