rmse

qaa.libs.utils.rmse(mobile, reference)

Calculate the root-mean-square error between two arrays.

Parameters
  • mobile (array_like) – coordinates

  • reference (array_like) – coordinates

Returns

The error difference between the two arrays

Return type

float