Borrar filtros
Borrar filtros

What is the formula implemented in "corr" function?

1 visualización (últimos 30 días)
A R Sachin
A R Sachin el 9 de Ag. de 2016
Respondida: Jonathan Kwang el 12 de Ag. de 2016
I'm measuring rank correlation between two real vectors of same dimensions, without Nan entries, with Pearson method. I want to confirm whether internal formulas for "corr" and "corr2" are same in this case.
  1 comentario
Adam
Adam el 9 de Ag. de 2016
Can't you just open the code? It is available to open, though I haven't checked if part of it gets delegated off to a mex file.

Iniciar sesión para comentar.

Respuestas (1)

Jonathan Kwang
Jonathan Kwang el 12 de Ag. de 2016
I understand you would like to know if "corr" and "corr2" use the same internal formulas.
They both implement the Pearson correlation. However the "corr2" function implements it to 2D arrays so the internal code and functionality is different.
The Pearson correlation definition used can be found in: K. Pearson, "Mathematical contributions to the theory of evolution. III. Regression, heredity and panmixia" Philos. Trans. Royal Soc. London Ser. A , 187 (1896) pp. 253–318

Categorías

Más información sobre Biomechanics en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by