Calculate rmse between two arrays of the same size or between one array and a number. Ignore records with NaNs in either true_values or prediction.
Zitieren als
Lukas Pop (2025). rmse(true_values, prediction) (https://www.mathworks.com/matlabcentral/fileexchange/54860-rmse-true_values-prediction), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2014b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Mehr zu Model Predictive Control Toolbox finden Sie in Help Center und MATLAB Answers
Tags
Quellenangaben
Inspiriert von: RMSE
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.2.0.0 | The check of input arrays size added. |
||
1.1.0.0 | The case with one prediction and many true_values is now possible + input dimension check added |
||
1.0.0.0 |