rmse(true_values, prediction)

Version 1.2.0.0 (838 octets) par Lukas Pop
rmse calculation
261 téléchargements
Mise à jour 13 jan. 2016

Afficher la licence

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.

Citation pour cette source

Lukas Pop (2025). rmse(true_values, prediction) (https://www.mathworks.com/matlabcentral/fileexchange/54860-rmse-true_values-prediction), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2014b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Model Predictive Control Toolbox dans Help Center et MATLAB Answers
Remerciements

Inspiré par : RMSE

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
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