What formula for r-squared does fitlm use in the weighted linear regression case?
    8 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
If I use fitlm as:
mdl = fitlm(X,Y,'Weights',W);
can someone tell me the formula used in computing the r-squared that's here:
mdl.Rsquared.Ordinary
I am seeing a different result when compared to JMP. Thanks.
0 Commenti
Risposte (1)
Vedere anche
Categorie
				Scopri di più su Linear and Nonlinear Regression in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

