AI Statistics SolverDescriptive Statistics Calculator
Descriptive Statistics

Descriptive Statistics Calculator
Mean, Median, SD, IQR and More

Enter any dataset and get every descriptive statistic calculated step by step — mean, median, mode, standard deviation, variance, range, quartiles, and IQR.

Calculate Now →
descriptive_stats
Online
0 / 2000
  • Reading dataset…
  • Computing central tendency…
  • Calculating spread measures…
  • Finding quartiles and IQR…
Solution Output
Dataset recognized
Method: Descriptive Statistics
Step 1: n = 10 values, sorted: 10, 11, 12, 14, 14, 15, 16, 18, 20, 22
Mean = (10+11+12+14+14+15+16+18+20+22)/10 = 152/10 = 15.2 Median = (14+15)/2 = 14.5 (even n, average of 5th and 6th values) Mode = 14 (appears twice) Range = 22 − 10 = 12 Variance = Σ(xi − x̄)²/(n−1) = 141.6/9 = 15.73 Std Dev = √15.73 = 3.97 Q1 = 12, Q3 = 18, IQR = 18 − 12 = 6 No outliers detected (no values beyond Q1−1.5×IQR or Q3+1.5×IQR)
Full statistics output is ready
See mean, median, SD, IQR, quartiles, and outlier check
View Full Solution →

What Does a Descriptive Statistics Calculator Compute?

A descriptive statistics calculator takes a dataset as input and outputs a complete summary of its distribution — measures of central tendency (mean, median, mode), measures of spread (standard deviation, variance, range, IQR), and positional measures (quartiles, percentiles). These are the foundational statistics required in almost every quantitative research course.

Descriptive statistics appear early in every stats course, and errors in these calculations compound throughout subsequent analyses. Getting the standard deviation wrong affects hypothesis tests and confidence intervals. This calculator shows every step so you can verify where a calculation goes and catch errors in your own work.

Statistics Calculated

Mean

The arithmetic mean is the sum of all values divided by n. It’s the most common measure of central tendency and is sensitive to outliers.

Median

The middle value when data is sorted. For odd n, it’s the single middle value. For even n, it’s the average of the two middle values. More robust to outliers than the mean.

Standard Deviation and Variance

Variance is the average squared deviation from the mean. Standard deviation is its square root. The solver uses the sample formula (dividing by n−1) by default, which is appropriate for inferential statistics.

IQR and Quartiles

Q1 is the 25th percentile, Q3 is the 75th percentile, and the IQR = Q3 − Q1. Values more than 1.5×IQR below Q1 or above Q3 are potential outliers.

Get the full solution — every step explained.

Enter your problem and see the complete worked calculation.

View Full Solution →

Scroll to Top