I'm mathematically calculating a position on given data in a program. But I need to validate that the calculated values against the original position value.
- If the Original position is Xi,Yi and Zi in which There can be m values (From i=1 to i=m)
- And for each original value the calculated n results show Xij, Yij and Zij (From j=1 to j=n)
How should i calculated the error?