Measures of Dispersion: Variance, Standard Deviation, Range
Was this section helpful?
OpenIntro Statistics, David M Diez, Christopher D Barr, Mine Çetinkaya-Rundel, 2019 (OpenIntro) - A textbook that provides fundamental concepts of descriptive statistics, including measures of central tendency and dispersion, population vs. sample, and box plots.
pandas.DataFrame.std, pandas development team, 2024 - Official documentation for calculating the standard deviation in Pandas, which details the ddof parameter for sample versus population calculations.