How do I find the correlation coefficient between two vector arrays?
169 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi guys, I transformed 2 matrices into vector arrays, so like each vector has 1 column and 2850 rows. How do I find the correlation coefficient between the two vector arrays?
I tried to use corrcoef, but I don't think it works in this case yes?
Thank you!
0 commentaires
Réponses (1)
Andrei Bobrov
le 23 Août 2016
Modifié(e) : Andrei Bobrov
le 23 Août 2016
R = corrcoef(A,B)
3 commentaires
farah arabian
le 19 Juil 2018
I also have the same question, I have two column vectors, When I use corrcoef it gives me 1 but when I use xcov it give me a logical answer, which one is correct?
Voir également
Catégories
En savoir plus sur Descriptive Statistics dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!