pysted.utils.mse_calculator

pysted.utils.mse_calculator(array1, array2)

Compute the RMS between two arrays. Must be of same size

Parameters:
  • array1 – First array

  • array2 – Second array

Returns:

Mean squarred error of the 2 arrays