Home / Glossary / Standard Deviation
StatisticsStandard Deviation
Average spread of values around the mean.
Standard deviation (σ) quantifies dispersion. In finance it is the main measure of volatility. A daily return std dev of 1.5% annualises to about 24% — roughly in line with an equity index in a normal year.
Example
std = returns.std() ann_vol = std * np.sqrt(252)