pyart.util.compute_mse#
- pyart.util.compute_mse(arr1, arr2)#
Computes the mean square error between two arrays
- Parameters:
vec1, vec2 (array of floats) – The vectors on which to compute the correlation coefficient
- Returns:
corr (float or None) – The correlation coefficient