Absolute error between this and correct
correct
double absoluteError(Vector4 correct) => (this - correct).length;