Is there any way to calculate R^2 (correlation coefficient) in Matlab directly?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Riyadh Muttaleb
el 14 de Jun. de 2016
Editada: the cyclist
el 15 de Jun. de 2016
I would like to calculate R^2 in easy way in matlab? How can I do that?
Thanks in advance
Riyadh
0 comentarios
Respuesta aceptada
the cyclist
el 14 de Jun. de 2016
3 comentarios
the cyclist
el 15 de Jun. de 2016
Editada: the cyclist
el 15 de Jun. de 2016
I'm confused by your comment. For example,
x1 = [1; 2; 3; 4];
x2 = [7; 5; 3; 2];
correlation = corr(x1,x2)
gives a single, negative number for the correlation of these two vectors of numbers.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!