How to find the Relative Root Mean Square Error for the given data?
201 ビュー (過去 30 日間)
古いコメントを表示
I have some data as given below:
u=[-30 30 -50 50];% desired vector
low = [-90 -90 -90 -90];
up = [90 90 90 90];
b = low + (up - low) .* randn(1,4);% Estimated vetors
How will we find the Relative Root Mean Sqaure Error (RRMSE) for this? Further, what does the RRMSE show?
6 件のコメント
Dyuman Joshi
2024 年 3 月 7 日
編集済み: Dyuman Joshi
2024 年 3 月 7 日
@Sadiq Akbar, you should read the comments included in the code above.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!