rmse(true_values, prediction)

バージョン 1.2.0.0 (838 Bytes) 作成者: Lukas Pop
rmse calculation
ダウンロード: 262
更新 2016/1/13

ライセンスの表示

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.

引用

Lukas Pop (2026). rmse(true_values, prediction) (https://jp.mathworks.com/matlabcentral/fileexchange/54860-rmse-true_values-prediction), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2014b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersModel Predictive Control Toolbox についてさらに検索
タグ タグを追加
謝辞

ヒントを得たファイル: RMSE

バージョン 公開済み リリース ノート
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