How can I calculate percent error with a denominator of 0?

132 Views Asked by At

I am using the MAPE formula, ABS(actual-forecast)/actual *100, but this raises problems when the actual values are zero. Is it possible to add 1 to the denominator and calculate this way? Would I get accurate percent error data, as long as I am consistent with the formula? Any ideas are appreciated, thank you