Introduction to Descriptive Statistics and Summaries
Descriptive statistics consist of coefficients that summarize a given dataset, which can be either a representation of the entire population or a sample of a population. They are broken down into measures of central tendency (which describe the center of the data) and measures of variability (which describe the spread of the data). Descriptive statistics are the first step in data analysis, providing an overview of data before performing complex inferential hypothesis tests.
Central tendency metrics include the mean (the arithmetic average), the median (the middle value when data is sorted), and the mode (the most frequent value). Measures of variability include the range (difference between maximum and minimum), variance, and standard deviation (which measure how far numbers are spread out from the mean).
This calculator evaluates descriptive statistics for any comma-separated list of numbers. It computes all measures of central tendency, sample and population variance, the five-number summary, the Interquartile Range (IQR), and automatically identifies any statistical outliers using the standard IQR rule.