Enter Your Data
Results Overview
Data Distribution
Box Plot
Normal Distribution Curve
Data Table
| # | Data (x) | (x - Mean) | (x - Mean)² |
|---|---|---|---|
| No active calculations | |||
Powerful tools for mean, median, mode, standard deviation, probability, correlation and more. Analyze your data with confidence.
| # | Data (x) | (x - Mean) | (x - Mean)² |
|---|---|---|---|
| No active calculations | |||
A statistics calculator computes measures of central tendency (mean, median, mode) and dispersion (standard deviation, variance, range) from a dataset. Enter a list of numbers and get all key statistical metrics instantly. Essential for students, researchers, and data analysts.
Mean (Average): Σx / n
Median: Middle value when data is sorted (or average of two middle values for even n)
Standard Deviation: √[Σ(x − x̄)² / (n−1)]
Variance: Σ(x − x̄)² / (n−1)
Mean: 6.0 | Median: 5.5 | Mode: 5, 8 | Std Dev: 2.62 | Range: 8
Mean is the arithmetic average of all values. Median is the middle value when data is sorted. Median is better for skewed data because it is not affected by extreme outliers.
Standard deviation measures how spread out data is from the mean. A low SD means data points cluster near the mean; a high SD means they are spread out.
Use population SD (divide by n) when you have data for the entire group. Use sample SD (divide by n-1) when working with a subset. This calculator supports both modes under Advanced Options.