Related Experiment Video
Updated: May 7, 2026

05:37
An R-Based Landscape Validation of a Competing Risk Model
Published on: September 16, 2022
2.3K
Using the R-MAPE index as a resistant measure of forecast accuracy
Juan José Montaño Moreno1, Alfonso Palmer Pol, Albert Sesé Abad
1Universidad de las Islas Baleares.
Psicothema
|October 16, 2013
Summary
The widely used Mean Absolute Percentage Error (MAPE) can overstate forecast accuracy with skewed data. A new Resistant MAPE (R-MAPE) measure, using Huber M-estimator, offers a more valid assessment for time series forecasting.
Area of Science:
- Statistics
- Econometrics
- Machine Learning
Background:
- Mean Absolute Percentage Error (MAPE) is a common metric for evaluating forecast accuracy.
- MAPE's validity is compromised by right-skewed error distributions and outliers, leading to overestimation.
- Existing methods lack robustness in the presence of skewed data and outliers.
Purpose of the Study:
- To introduce a robust alternative to MAPE for assessing forecast accuracy.
- To address the limitations of MAPE in handling skewed error distributions and outliers.
- To propose the Resistant MAPE (R-MAPE) as a more valid goodness-of-fit measure.
Main Methods:
- Utilized Artificial Neural Network (ANN) and Autoregressive Integrated Moving Average (ARIMA) models for time series forecasting.
- Developed the Resistant MAPE (R-MAPE) using the Huber M-estimator.
- Compared the performance of R-MAPE against MAPE on datasets with skewed error distributions and outliers.
Main Results:
- MAPE was found to overstate the population parameter in the presence of statistically significant right skew and outliers.
- R-MAPE demonstrated a more accurate reflection of the population parameter compared to MAPE under these conditions.
- The Huber M-estimator effectively mitigated the overstatement issue caused by skewed data.
Conclusions:
- R-MAPE is a suitable and valid alternative measure for forecast accuracy.
- R-MAPE provides a more reliable assessment of forecast performance than MAPE, especially with skewed error distributions.
- The proposed R-MAPE enhances the reliability of forecast evaluation in statistical modeling.
Related Concept Videos
Interpreting R Charts
506
R chart, or range chart, is a fundamental tool in statistical process control used to monitor the variability within a process. It complements the X-bar (x̄) chart by focusing on the range of the data, rather than individual values, providing a clear picture of the process dispersion over time.
An R chart plots the range of subsets of measurements collected from a process. Each point on the chart represents the range—defined as the difference between the maximum and minimum...
An R chart plots the range of subsets of measurements collected from a process. Each point on the chart represents the range—defined as the difference between the maximum and minimum...
506
The R Chart
518
In statistical process control, control charts, particularly R charts, are instrumental in monitoring process variations and identifying non-random patterns that run charts might miss. R charts track the variability within process subgroups, which is crucial when standard deviation use is impractical or unknown process variations exist.
R charts are pivotal for pinpointing shifts in process variability. Stability is indicated when all data points remain within the defined upper and lower...
R charts are pivotal for pinpointing shifts in process variability. Stability is indicated when all data points remain within the defined upper and lower...
518
Response Surface Methodology
910
Response Surface Methodology (RSM) is a collection of statistical and mathematical techniques used to develop, improve, and optimize processes. It is particularly valuable when many input variables or factors potentially influence a response variable.
The process of RSM involves several key steps:
The process of RSM involves several key steps:
910
Calibration Curves: Correlation Coefficient
5.0K
In a linear calibration curve, there is a value called the calibration coefficient, denoted by 'r,' which measures the strength and the direction of association between two variables. The correlation coefficient value ranges from −1 to +1. A value of +1 indicates a perfect positive linear correlation, −1 denotes a perfect negative correlation, and 0 implies no correlation between the two variables. A positive correlation value establishes that as one variable increases, the...
5.0K
Regression Toward the Mean
6.3K
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
6.3K
Receiver Operating Characteristic Plot
586
A ROC (Receiver Operating Characteristic) plot is a graphical tool used to assess the performance of a binary classification model by illustrating the trade-off between sensitivity (true positive rate) and specificity (false positive rate). By plotting sensitivity against 1 - specificity across various threshold settings, the ROC curve shows how well the model distinguishes between classes, with a curve closer to the top-left corner indicating a more accurate model. The area under the ROC curve...
586

