The mean (arithmetic mean) is the sum of values divided by their count — the most basic measure of central tendency. In trading it is most often computed on a return series to estimate the expected return per period.
Arithmetic mean is biased upward for compound growth: a series of returns averaging 1% arithmetically does not necessarily compound to 1% per period. For compound growth, use the geometric mean: (Π(1 + r_i))^(1/N) − 1.
The mean of a return series alone is not actionable — a strategy is only useful if its mean return is meaningfully positive relative to its volatility. That ratio is the Sharpe ratio.
Fórmula
mean = Σ x_i / N
Ejemplo
Daily returns [0.01, 0.02, -0.01, 0.005, 0.015]. Mean = 0.04 / 5 = 0.008 = 0.8% per day.
Cómo Noon Barbari usa Mean
Cada concepto aquí está implementado en la plataforma. Abre la documentación o la herramienta correspondiente para verlo en acción.
How we report backtests →Términos relacionados
- Estadística
Median
Middle value of a sorted series — robust to outliers, unlike the mean.
- Estadística
Standard deviation
Square root of variance — the most common volatility measure in trading.
- Estadística
Expectancy
Average profit (or loss) per trade — the most honest measure of edge.
- Estadística
Sharpe ratio
Excess return over the risk-free rate per unit of total volatility.