aspcol.distance.mse

aspcol.distance.mse(var1, var2)

The normalized mean square error

Normalized by the second variable

Parameters:
  • var1 (np.ndarray of any shape) – First variable

  • var2 (np.ndarray of the same shape as var1) – Second variable. Cannot be zero, as it is used as the denominator

Returns:

mse – The normalized mean square error

Return type:

float