Statistics Calculator
Computes standard descriptive statistics for a dataset: count, sum, mean, median, mode, range, quartiles (Q1/Q3), and both population and sample variance/standard deviation.
Population statistics (dividing by n) describe the dataset itself; sample statistics (dividing by n-1, Bessel's correction) estimate a wider population's variance from a sample — use sample statistics unless your data genuinely is the entire population of interest.