How to calculate MAPE for type double

Risposte (1)

You can use the below formula to calculate the MAPE:
mape = mean(abs((target_2019 - output_2019)./target_2019));

Prodotti

Release

R2020b

Tag

Risposto:

il 11 Mar 2021

Community Treasure Hunt

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

Start Hunting!

Translated by