Chebyshev's Inequalities
Chebyshev's Inequality (often referred to as the Chebyshev’s monotonic inequalities) relates to synchronization of the average of the products of two sequences to the product of their averages, based on their relative ordering.
The Formal Definition
Let \( a_1 \ge a_2 \ge \dots \ge a_n \ and \ b_1 \ge b_2 \ge \dots \ge b_n \) be two monotonic sequences of real numbers. If the sequences are similarly ordered (both non-increasing or both non-decreasing), then the following inequality holds: $$\frac{1}{n} \sum_{i=1}^{n} a_i b_i \ge \left( \frac{1}{n} \sum_{i=1}^{n} a_i \right) \left( \frac{1}{n} \sum_{i=1}^{n} b_i \right)$$ If the sequences are oppositely ordered (one is non-increasing while the other is non-decreasing), the inequality is reversed: $$\frac{1}{n} \sum_{i=1}^{n} a_i b_i \le \left( \frac{1}{n} \sum_{i=1}^{n} a_i \right) \left( \frac{1}{n} \sum_{i=1}^{n} b_i \right)$$
Continuous Version
The inequality can also be expressed in terms of integrable functions \( f(x)\ and\ g(x)\) on an interval \( [a,\ b] \). If both functions are monotonic in the same direction, then: $$\frac{1}{b-a} \int_{a}^{b} f(x)g(x) \, dx \ge \left( \frac{1}{b-a} \int_{a}^{b} f(x) \, dx \right) \left( \frac{1}{b-a} \int_{a}^{b} g(x) \, dx \right)$$
Interpretation
The concrete version essentially states that the sum of products is maximized when the largest elements of the first set are paired with the largest elements of the second set.
The Simplified Definition
List A: 1, 10 List B: 2, 20
1. Average of the Products: We multiply the pairs as they are (matched big-with-big), then find the average.In this case, 101 ≥ 60.5.
There are many real world applications of Chebyshev’s inequalities and here is an example using stocks.
To identify high performers among the following stock list: EPM, WAL, TPL, VEEV, GOOGL, VRTX, QQQ, and ANET. We can treat two separate financial metrics as our sequences A and B. In healthy, high-performing stock, these metrics should be synchronized.
The Setup
The Chebyshev’s Monotonic Inequalities in Practice
In a random or efficient market, the average of (Momentum x Quality) might be close to the product of their individual averages. However, when we see a strong “Chebysev Gap,” it indicates that the market is rewarding quality with momentum in a synchronized fashion.
Identifying the High Performers
The “High Performers” are the tickers that contribute the most significantly to the left side of the inequality. In this group, ANET and TPL typically drive the “Average of Products” higher because their high-quality scores are paired with high-performance price weights, whereas EPM might pull the average down by high a high score in one metric but a very low score in the other.
In the context of the stock list, this mathematically proves that the "average performance" of a portfolio is highest when the highest quality weights are aligned with the highest momentum weights.
Comments