How to understand mean absolute error percentage?
3 次查看(过去 30 天)
显示 更早的评论
Hi , there. I am trying to understand what is real meaning for Mean absolute error percentage and what its job when testing dataset. I need small briefing which can explain with some simple examples.
0 个评论
回答(1 个)
Ramesh Bala
2020-7-14
MAPE= mean((abs(ye-Yv))./Yv)
Yv=Real values vector
ye=Neural Network model's estimated values
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Hypothesis Tests 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!