How to find Coefficient R

 Risposta accettata

Sam Chak
Sam Chak il 2 Giu 2022
Corrected. Please check.
R = (sum((x-meanx).*(y-meany)))./(sqrt((sum((x-meanx).^2)).*(sum((y-meany).^2))))
r2 = R^2

Più risposte (0)

Richiesto:

LG
il 2 Giu 2022

Modificato:

LG
il 16 Giu 2022

Community Treasure Hunt

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

Start Hunting!

Translated by