Skip to main content
← Back to B Definitions

Backdated mean absolute deviation

What Is Backdated Mean Absolute Deviation?

Backdated Mean Absolute Deviation (BMAD) is a specialized application of the statistical measure known as Mean Absolute Deviation (MAD), specifically tailored for use with historical financial Time Series Data. Within Quantitative Finance, MAD is employed to quantify the dispersion or variability within a dataset by calculating the average of the absolute differences between each data point and the mean of that dataset. When this concept is "backdated," it refers to the practice of applying the MAD calculation to past performance data, often in the context of Backtesting an Investment Strategy or a financial model. The primary goal of using a backdated mean absolute deviation is to understand the historical consistency of returns or other financial metrics, providing insight into past Market Volatility without the squaring effect that can amplify the impact of outliers, as seen in Standard Deviation.

History and Origin

The concept of Mean Absolute Deviation itself has roots stretching back to the early 19th century, with Carl Friedrich Gauss making an early known mention of the underlying principle in an 1816 paper concerning numerical observations. While MAD has long been a fundamental tool in Statistical Measures for measuring data dispersion, its specific application in the "backdated" context within finance evolved with the rise of computational power and sophisticated Financial Modeling. As quantitative analysts began to rigorously test investment strategies against historical data, the need for robust measures of past performance and risk became paramount. The adoption of mean absolute deviation as a Risk Management metric in Portfolio Optimization gained traction in the early 1990s, notably through work that proposed it as an alternative to variance, often leading to linear programming problems that were computationally simpler to solve.7, 8 This historical application of MAD to past financial data laid the groundwork for the modern interpretation of backdated mean absolute deviation.

Key Takeaways

  • Backdated Mean Absolute Deviation (BMAD) measures the average historical dispersion of data points around their mean, focusing on past performance analysis.
  • It offers an intuitive understanding of variability by expressing deviations in the original units of the data.
  • BMAD is less sensitive to extreme outliers compared to standard deviation, providing a more robust measure of typical historical deviation.
  • In quantitative finance, it helps assess the consistency and reliability of an investment strategy's past returns.
  • Despite its benefits, backdated mean absolute deviation, like all backtesting metrics, can be susceptible to overfitting if not used carefully.

Formula and Calculation

The calculation for Mean Absolute Deviation, when applied to a backdated series of financial data, involves a straightforward three-step process:

  1. Calculate the arithmetic mean of the dataset.
  2. Determine the absolute difference between each data point and the mean.
  3. Average these absolute differences.

The formula for Mean Absolute Deviation ((MAD)) is given by:

MAD=1ni=1nxixˉMAD = \frac{1}{n} \sum_{i=1}^{n} |x_i - \bar{x}|

Where:

  • (MAD) is the Mean Absolute Deviation.
  • (n) is the total number of data points in the backdated Data Analysis period.
  • (x_i) represents each individual data point in the dataset (e.g., daily returns, weekly price changes).
  • (\bar{x}) is the arithmetic mean of the dataset for the chosen backdated period.
  • (|...|) denotes the absolute value, ensuring all deviations are positive.

This formula provides a clear measure of the average distance of each data point from the mean, without the deviations canceling each other out.6

Interpreting the Backdated Mean Absolute Deviation

Interpreting the Backdated Mean Absolute Deviation involves understanding what its value signifies about the historical behavior of a financial asset or portfolio. A lower backdated mean absolute deviation indicates that the data points (e.g., historical returns) were, on average, closer to their mean during the analyzed period. This suggests a more consistent or less volatile past performance. Conversely, a higher BMAD implies that the data points were more spread out from the mean, indicating greater historical dispersion or inconsistency.

For example, when evaluating the historical Expected Return of a stock, a low BMAD for its daily returns over the past year would suggest that the stock's returns typically hovered close to its average daily return. This can be a useful indicator for assessing the historical "steadiness" of an investment, complementing other Quantitative Analysis metrics. Investors might seek assets with lower BMAD for portions of their portfolio where stability is prioritized, or analyze it in conjunction with returns to understand the risk-adjusted historical performance.

Hypothetical Example

Consider an investor, Sarah, who is backtesting two hypothetical Investment Strategy models, Model A and Model B, using their simulated daily returns over a 10-day period.

Model A Daily Returns:
Day 1: 0.5%
Day 2: 0.8%
Day 3: 0.6%
Day 4: 0.7%
Day 5: 0.4%
Day 6: 0.9%
Day 7: 0.5%
Day 8: 0.7%
Day 9: 0.6%
Day 10: 0.8%

Model B Daily Returns:
Day 1: -1.0%
Day 2: 2.0%
Day 3: 0.1%
Day 4: 1.5%
Day 5: -0.5%
Day 6: 2.5%
Day 7: -0.8%
Day 8: 1.2%
Day 9: 0.3%
Day 10: 1.7%

Calculation for Model A:

  1. Calculate the Mean:
    (\bar{x}_A = (0.5 + 0.8 + 0.6 + 0.7 + 0.4 + 0.9 + 0.5 + 0.7 + 0.6 + 0.8) / 10 = 0.65%)

  2. Calculate Absolute Deviations from the Mean:
    |0.5 - 0.65| = 0.15
    |0.8 - 0.65| = 0.15
    |0.6 - 0.65| = 0.05
    |0.7 - 0.65| = 0.05
    |0.4 - 0.65| = 0.25
    |0.9 - 0.65| = 0.25
    |0.5 - 0.65| = 0.15
    |0.7 - 0.65| = 0.05
    |0.6 - 0.65| = 0.05
    |0.8 - 0.65| = 0.15
    Sum of absolute deviations = 0.15 + 0.15 + 0.05 + 0.05 + 0.25 + 0.25 + 0.15 + 0.05 + 0.05 + 0.15 = 1.3

  3. Calculate Backdated Mean Absolute Deviation (BMAD):
    (BMAD_A = 1.3 / 10 = 0.13%)

Calculation for Model B:

  1. Calculate the Mean:
    (\bar{x}_B = (-1.0 + 2.0 + 0.1 + 1.5 + -0.5 + 2.5 + -0.8 + 1.2 + 0.3 + 1.7) / 10 = 0.7%)

  2. Calculate Absolute Deviations from the Mean:
    |-1.0 - 0.7| = 1.7
    |2.0 - 0.7| = 1.3
    |0.1 - 0.7| = 0.6
    |1.5 - 0.7| = 0.8
    |-0.5 - 0.7| = 1.2
    |2.5 - 0.7| = 1.8
    |-0.8 - 0.7| = 1.5
    |1.2 - 0.7| = 0.5
    |0.3 - 0.7| = 0.4
    |1.7 - 0.7| = 1.0
    Sum of absolute deviations = 1.7 + 1.3 + 0.6 + 0.8 + 1.2 + 1.8 + 1.5 + 0.5 + 0.4 + 1.0 = 10.8

  3. Calculate Backdated Mean Absolute Deviation (BMAD):
    (BMAD_B = 10.8 / 10 = 1.08%)

In this example, Model A has a BMAD of 0.13%, while Model B has a BMAD of 1.08%. This demonstrates that Model A historically showed much less dispersion in its daily returns around its mean than Model B, indicating greater consistency, even though Model B had a slightly higher mean return. This helps Sarah evaluate the historical "smoothness" of each model's performance.

Practical Applications

Backdated Mean Absolute Deviation finds practical applications in several areas within finance:

  • Algorithmic Trading Strategy Evaluation: Traders developing Algorithmic Trading strategies use backdated mean absolute deviation to assess the consistency of historical trade outcomes. A lower BMAD for a strategy's simulated profits or losses might indicate a more predictable performance profile, which is valuable for understanding how a strategy performed in the past.
  • Historical Risk Assessment: BMAD can serve as a simple, intuitive measure of historical risk. While it does not fully capture downside risk or tail events, it provides a clear picture of typical deviations from the mean in a given historical period. This can be particularly useful when comparing the historical volatility of different assets or portfolios for Diversification purposes.
  • Performance Attribution: When analyzing the historical performance of fund managers or specific investment vehicles, backdated mean absolute deviation can help determine how tightly actual returns tracked their average or expected path. This offers an additional lens beyond total return or Standard Deviation for evaluating past consistency.
  • Data Validation and Exploration: In the initial stages of Data Analysis for financial datasets, calculating BMAD helps in understanding the distribution and spread of data points. LSEG Data & Analytics, for example, provides extensive historical market data that can be used for such analytical purposes, aiding quantitative analysts in gaining crucial insights.5 This helps in identifying periods of unusual market behavior or data anomalies.

Limitations and Criticisms

Despite its intuitive nature and ease of calculation, Backdated Mean Absolute Deviation has limitations, particularly when used in isolation for financial decision-making.

One primary criticism stems from its focus purely on the magnitude of deviations, ignoring their direction. In finance, downside deviations (losses) are typically viewed differently and carry more risk than upside deviations (gains). BMAD treats both equally. This contrasts with measures like semi-deviation or Value-at-Risk, which specifically focus on negative deviations.

Furthermore, while useful for historical analysis, backdated mean absolute deviation, like all backtesting metrics, is susceptible to the danger of Overfitting. If a model or strategy is iteratively optimized to achieve a low BMAD (or any other performance metric) on a specific historical dataset, it may end up "memorizing" random historical patterns rather than identifying robust, generalizable relationships.4 This can lead to a strategy that performs exceptionally well in backtests but fails to deliver similar results in live trading, as documented in various analyses of quantitative trading pitfalls.3 This risk highlights the importance of using out-of-sample data and robustness checks when relying on backdated metrics for predictive purposes. Another criticism is that, unlike standard deviation, BMAD is not as commonly used in more advanced statistical models or in conjunction with certain statistical theories that assume normal distributions.

Backdated Mean Absolute Deviation vs. Overfitting

Backdated Mean Absolute Deviation (BMAD) and Overfitting are distinct concepts, yet they are closely related in the context of Backtesting financial models and strategies.

BMAD is a statistical measure that quantifies the historical dispersion of data points around their mean, providing a descriptive view of past volatility or consistency. When analysts use backdated mean absolute deviation, they are calculating a specific historical characteristic of a dataset, such as the average deviation of a stock's past returns from its average return over a given period. It's an output or a result of an analysis of historical Time Series Data.

Overfitting, on the other hand, is a common pitfall in [Financial Modeling] (https://diversification.com/term/financial-modeling) and algorithmic trading. It occurs when a model or Investment Strategy is overly optimized to historical data, capturing noise and random patterns that do not persist into the future.2 This leads to a strategy that appears highly profitable or consistent (e.g., showing a very low backdated mean absolute deviation or high Expected Return) in its backtest results, but performs poorly when applied to new, unseen market data. The confusion arises because a low or "ideal" backdated mean absolute deviation, especially if achieved through extensive parameter tuning, can be a symptom of an overfit model, rather than a true indicator of future stability. Analysts must be cautious not to mistake an artificially good historical BMAD for a genuinely robust strategy.

FAQs

Why is the term "backdated" used with Mean Absolute Deviation in finance?

The term "backdated" emphasizes that the Mean Absolute Deviation is being calculated using historical or past data. This is common in financial analysis and Backtesting, where models or strategies are evaluated based on how they would have performed previously.

How does Backdated Mean Absolute Deviation differ from historical Standard Deviation?

Both measures quantify dispersion in historical data. However, Standard Deviation squares the deviations from the mean, which gives disproportionately more weight to larger deviations (outliers). Backdated Mean Absolute Deviation uses absolute values, treating all deviations proportionally to their magnitude. This makes BMAD generally less sensitive to extreme values, providing a more robust measure of typical historical spread.1

Can Backdated Mean Absolute Deviation predict future performance?

No, Backdated Mean Absolute Deviation is a descriptive Statistical Measures of historical data and should not be used as a direct predictor of future performance. While it offers insights into past consistency and Market Volatility, financial markets are dynamic. Past performance, even if historically consistent, does not guarantee future results.

Is a low Backdated Mean Absolute Deviation always desirable?

Not necessarily. While a low backdated mean absolute deviation indicates historical consistency, it depends on the context of the Investment Strategy. For instance, a strategy designed to capture large, infrequent movements might naturally have a higher BMAD. The desirability of a low BMAD must be weighed against the strategy's objectives and its ability to generate acceptable Expected Return.