Root Mean Square Error
Definition: Determined by first calculating the Mean Square Error (MSE) which is achieved by:
- calculating the square of the deviations of points from their true position
- summing up the measurements
- and then dividing by the total number of points
To get the Root Mean Square Error, calculate the square root of the MSE.

