Assume for an Estimation and measured value $$ E(x) = 6\\ M(x) = 2 $$ For calculating the relative error it is used $$ E_r = \biggl|\frac{E(x) - M(x)}{M(x)}\biggl| = \frac{4}{2} $$ For calculating the accuracy I have gotten the formula $$A(x) = |1-E_r(x)|$$ Which in this case would result in $$A(x)=100\%$$ Which makes absolutely no sense. Where is the error in the accuracy calculation here?
Asked
Active
Viewed 422 times
0
-
1I don't think that the formula for $E_r$ is quite intelligent. What if you measure the result $M(x) = 0$? It's perfectly imaginable ... Perhaps it should be something like $$ E_r = \frac{|M(x) - E(X) |}{|E(x)|} $$ – Matti P. Aug 27 '20 at 12:56
-
1This is the Relative Error formula given and also the one I found everywhere. I just forgot the absolute value marks. I have edited the question with them. Your formula would also fail, if the estimate is zero. – chenino Aug 27 '20 at 13:12
1 Answers
1
The accuracy formula is intended for small relative errors. If you know the relative error is $0.1$, the accuracy formula says that the accuracy is $90\%$. That in itself is an approximation, ignoring the $1\%$ difference between $1+x$ and $1-\frac 1x$. When you say an estimate is $50\%$ accurate, do you mean it is between $0.5$ and $1.5$ times the true value, or between $0.5$ and $2.0$ times the true value? The formula makes no sense when the relative error exceeds $1$. I would take off the absolute value bars to get a negative answer in that case, which might warn you what is going on.
Ross Millikan
- 374,822