How to find Coefficient R
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
-
0 comentarios
Respuesta aceptada
Sam Chak
el 2 de Jun. de 2022
Corrected. Please check.
R = (sum((x-meanx).*(y-meany)))./(sqrt((sum((x-meanx).^2)).*(sum((y-meany).^2))))
r2 = R^2
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!