Effacer les filtres
Effacer les filtres

how to calculate Correlation coefficient 'R' value smae as displayed in my regression plot using Neural networks?

1 vue (au cours des 30 derniers jours)
Hi there, would anybody like to explain me how to calculate the same "R" value as displayed in grapgh kindly see attachment.

Réponse acceptée

KSSV
KSSV le 28 Août 2018
Read about functions regression and corr2
th = linspace(0,2*pi) ;
x1 = sin(th) ;
x2 = sin(th)+rand(size(th)) ;
plotregression(x1,x2)
% Method 1
regression(x1,x2)
% MEthod 2
corr2(x1,x2)
  5 commentaires
KSSV
KSSV le 28 Août 2018
Use the same function with your inputs....simple.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer 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!

Translated by