MATLAB: How to calculate mape in matlab for a data type double

doubleerrorforecastingmapenlarx

Error to load forecasting using nlarx.

Best Answer

mean(abs(error./target))
Hope this helps.
Thank you for formally accepting my answer
Greg
Related Question