Descriptive Statistics

Statistics & Probability

This foundational data analysis tool computes summary metrics for numerical datasets, including central tendency measures, variability indicators, and range bounds. It calculates the arithmetic mean, median, sample variance, standard deviation, and dataset totals to describe sample distributions accurately.

Sample size: 11 values parsed
Mean (Average)
28.82
Median
25.00
Sample Std Dev (s)
12.719
Variance (s²)
161.764
Min
12
Max
52
Range
40.00
Sum (∑x)
317.00

About this calculator

Raw numeric collections offer little actionable insight until summarized through standard descriptive parameters that capture central positioning and overall data dispersion. Whether evaluating student test performance, scientific experimental trials, or daily retail sales transactions, analysts require compact metrics to summarize empirical findings effectively. You enter a list of raw numerical observations separated by commas, tabs, or spaces to initiate the summary breakdown.

The results present both central tendency measures and dispersion indicators side by side for direct comparison. The arithmetic mean provides the balance point of the dataset, while the median reveals the middle observation resistant to distortion from extreme outliers. Sample standard deviation and variance measure how closely clustered individual observations are around the average. Be aware that calculating sample variance divides by sample size minus one to avoid biased underestimation, whereas highly skewed datasets are often better characterized by median values.

How It Works & Formula

FormulaMean = ∑x / n | Variance s² = ∑(x - μ)² / (n - 1) | Std Dev s = √s²

The mean is calculated by summing all data points and dividing by sample count n, while the median is extracted from the middle of the sorted series. Sample variance sums squared deviations from the mean divided by n minus one, with sample standard deviation obtained by taking the square root of that variance.