Write a function mse(y_true, y_pred) that takes two numpy arrays of equal length and returns their mean squared error.