How can I calculate MSE when different length of vector?
4 ビュー (過去 30 日間)
古いコメントを表示
Tk = 2.34, 5.342
h = 0.5, 1 , 1.5
How can I calculate MSE when different length of vector?
mean((h-Tk).^2) this code does not work.
0 件のコメント
回答 (1 件)
Walter Roberson
2016 年 11 月 22 日
MSE is not meaningful when the vectors are different length.
3 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!