Closed soumyaray closed 8 years ago
How should we handle MAPE computation if 0s are encountered in the actual data?
what was your solution here, btw?
Use mean of Actual Value instead of Actual Value Ie. 1/n [ sum [ (mean(Actual) - Forecast) / mean(Actuals) ]]
Use MAPE with na.rm = TRUE and report retrun residual histos
How should we handle MAPE computation if 0s are encountered in the actual data?