Measures numerical proximity.
Mean Squared Error
- Definition: MSE calculates the average of the squares of the errors (the differences between predicted and actual values).
- Interpretation: Like MAE, lower values are better. However, MSE is more sensitive to outliers due to the squaring of errors, which can disproportionately affect the metric. Greater error values are exaggerated.
- Formula:
- Where:
- = number of observations
- = actual value
- = predicted value