How to understand mean absolute error percentage?

조회 수: 2 (최근 30일)
Alagesan
Alagesan 2014년 3월 31일
답변: Ramesh Bala 2020년 7월 14일
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.

답변 (1개)

Ramesh Bala
Ramesh Bala 2020년 7월 14일
MAPE= mean((abs(ye-Yv))./Yv)
Yv=Real values vector
ye=Neural Network model's estimated values

카테고리

Help CenterFile Exchange에서 Hypothesis Tests에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by