All tools › Describing data
Standard deviation
The mean, the variance and both divisors side by side.
It runs entirely in this browser tab: what you type is never uploaded, and the tool makes no network request while it works. Open your browser's network panel and try it — nothing leaves the page. There is no sign-up and no account.
Settings
- Sample or population
- Dividing by n or by n − 1. On a handful of values the two differ by a tenth of the answer. Choices: A sample, The population.
- A row for each value
- Its distance from the mean, in deviations and squared. The working, rather than the answer.
How to use it
- Paste your text into the box above, or open a file.
- Adjust the settings beside it until the result is what you wanted.
- Copy the result, or save it as a file. The result updates as you type.
Questions
- Why does this disagree with my spreadsheet?
- Usually because one of you is using a different definition, and the tool says which one it used. A percentile has six in ordinary use, a standard deviation has two divisors, and a histogram's class count is a rule with a name. Where the choice moves the answer it is a setting here.
- Does a p-value below 0.05 mean the result is true?
- No. A p-value is the probability of seeing data at least this extreme if there were no real difference. It is not the probability that there is none, and a difference can be distinguishable from noise and far too small to matter.
- How exact are the distributions?
- They are series and continued fractions stopped when a term stops changing the answer, and searches bisected to a stated tolerance — right to more places than anybody reports a p-value to. Where one does not settle, the result says so rather than showing where it stopped as though it were the answer.
- Is what I type uploaded anywhere?
- No. This page carries the whole tool as WebAssembly and runs it on your own device. Nothing you type is sent anywhere, and there is no network request to make while it works.
Other tools for describing data
Percentiles and quartiles
Six definitions of a percentile, and what each one says.
Z-score
How far from the mean a value is, and what share is beyond it.
Frequency table
Values sorted into classes, counted and accumulated.
Histogram
The same classes, drawn.
Box plot
The middle half of one group or several, with what lies outside.
Outliers
The values a list would rather not have, by both published rules.
Moving average
The three kinds side by side, and what each of them lags by.
All twenty-eight tools