rsquare

calculate rsquare from data y and estimate yhat

Sie verfolgen jetzt diese Einreichung

Simple function to calculate the r square of a dataset y (vector or matrix form) and the corresponding estimates yhat calculated using a regression.
Uses r2 = 1 - SSe/SSt
Input can contain NaNs.

Zitieren als

Felix Hebeler (2026). rsquare (https://de.mathworks.com/matlabcentral/fileexchange/13872-rsquare), MATLAB Central File Exchange. Abgerufen .

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.0.0.0

Better deletion of NaNs