Statistics Calculator
Calculate standard deviation, variance, mean, median, skewness, IQR percentiles, detect outliers, and render dynamic SVG Box Plots.
Statistics Mathematical Formulas
Theoretical definitions of calculation methods.
The sum of all dataset elements divided by total observations count.
Measures how far each dataset number is spread from the mean.
Square root of variance; indicates standard dispersion of elements.
Represents standard deviations count a single point is away from mean.
Frequently Asked Questions
What is the difference between Population and Sample statistics?
How are outliers calculated?
Can I export deviation data?
Summarizing Data Without Fooling Yourself
The measures and what each one hides
Every summary statistic compresses — knowing what each discards is the skill:
| Measure | Tells you | Hides / breaks when |
|---|---|---|
| Mean | The balance point | One billionaire walks into the room |
| Median | The middle person | Robust to outliers — use for incomes, prices |
| Mode | The most common value | Useless on continuous data |
| Range | Total spread | Driven entirely by the two extremes |
| Standard deviation | Typical distance from mean | Misleading on skewed data |
Mean vs median is a worldview choice
Average salary at a company of nine modest earners and one director: the mean flatters, the median tells the truth. Property prices, household incomes, response times — anything skewed — reports more honestly as a median. When mean and median diverge sharply, that gap itself is information: the distribution has a tail, and whoever quotes only the mean may be selling something.
Beyond the summary
Spread gets its own deep-dive in the standard deviation calculator (with steps for coursework), chance questions about the data belong to the probability calculator, and percentage changes between two summaries compute in the percentage calculator.