The median is the middle value of a sorted series — half the observations lie above it, half below. It is a robust measure of central tendency: a few extreme outliers move the median much less than they move the mean.
In trading the median trade size, median holding period, or median drawdown often tells you more than the mean about typical experience. The mean can be dominated by a handful of outliers; the median describes the day-to-day.
When the return distribution is symmetric, mean and median coincide. When it is skewed (as most financial return distributions are), mean and median diverge — by how much is itself a useful statistic.
Formel
median(x) = x_{(⌈N/2⌉)} if N is odd; (x_{(N/2)} + x_{(N/2+1)}) / 2 if N is evenBeispiel
Trade returns sorted: [-3%, -1%, 0%, 2%, 50%]. Mean = 9.6%, median = 0%. The median is a much better description of what most trades did.
Wie Noon Barbari Median nutzt
Jedes Konzept hier ist in der Plattform umgesetzt. Öffne die entsprechenden Docs oder das Tool, um es in Aktion zu sehen.
How we report backtests →Verwandte Begriffe
- Statistik
Mean
Arithmetic average of a series. In trading: average return per period.
- Statistik
Expectancy
Average profit (or loss) per trade — the most honest measure of edge.
- Statistik
Win rate
Fraction of trades that closed profitable. On its own, says little about edge.
- Statistik
Profit factor
Gross profit divided by gross loss. > 1.0 = profitable, > 1.5 = strong.