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

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?

 Respuesta aceptada

John D'Errico
John D'Errico el 4 de Feb. de 2023
Editada: John D'Errico el 4 de Feb. de 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.

Más respuestas (0)

Categorías

Más información sobre Linear Algebra en Centro de ayuda y File Exchange.

Productos

Versión

R2022b

Etiquetas

Preguntada:

el 4 de Feb. de 2023

Editada:

el 4 de Feb. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by