RMSEszer
RMSEszer is a scale-adjusted variant of the root mean squared error used to evaluate predictive models. It is designed to enable fair comparisons when different datasets or models yield residuals with varying variances, by normalizing the standard RMSE with a dispersion-based scale.
The core idea behind RMSEszer is to divide the RMSE by a scale estimate that reflects the
Calculation typically follows these steps: fit the model and compute residuals e_i = y_i - y_hat_i; compute RMSE
RMSEszer is used in contexts where cross-dataset or cross-model comparisons are needed under differing noise levels
Advantages of RMSEszer include improved comparability across heterogeneous problems and robustness when a robust scale estimator
---