How to find Coefficient R

1 visualización (últimos 30 días)
LG
LG el 2 de Jun. de 2022
Editada: LG el 16 de Jun. de 2022
-

Respuesta aceptada

Sam Chak
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)

Categorías

Más información sobre Descriptive Statistics 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!

Translated by