Mean Absolute Error
Mean Absolute Error (MAE) measures average absolute differences between predicted and actual values, offering a robust scale-independent error metric less affected by outliers than squared errors.
Mean Absolute Error (MAE) provides a straightforward absolute measure of prediction accuracy, averaging the absolute differences between predicted and actual values without squaring. This makes MAE less sensitive to outliers than squared metrics, offering a robust evaluation for datasets with anomalies. MAE highlights the average magnitude of errors in the target's units, with lower values indicating precise fits.
The formula for MAE is:
Here, represents actuals, predictions, and the sample size, yielding an error in the variable's units.
MAE's interpretability shines in practical applications where average error directly translates to impact. Compare it with RMSE to balance outlier sensitivity.
A limitation is its lack of relative scaling, so pair with percentage metrics for comprehensive views. MAE is ideal for median-based optimizations.
Marginal Return On Investment
Marginal Return on Investment (mROI) measures the incremental revenue or profit per additional dollar spent on marketing activities.
Mean Absolute Percentage Error
description Mean Absolute Percentage Error (MAPE) measures average absolute percentage errors between predicted and actual values, providing a scale-independent relative accuracy metric ideal for forecasting and comparing across variables.