How to understand mean absolute error percentage?

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.

Answers (1)

MAPE= mean((abs(ye-Yv))./Yv)
Yv=Real values vector
ye=Neural Network model's estimated values

Categories

Find more on Modeling in Help Center and File Exchange

Tags

Asked:

on 31 Mar 2014

Answered:

on 14 Jul 2020

Community Treasure Hunt

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

Start Hunting!