Dataset
Enter data numbers
Enter at least one number.
Math calculator
Paste numbers separated by spaces, commas, tabs or lines to calculate mean, median, mode, sum, standard deviation, range and weighted average.
Dataset
Enter at least one number.
Enter numbers to see each calculation step.
Enter one value and one weight per line.
| Statistic | Formula | Meaning |
|---|---|---|
| Average (mean) | sum / count | Add all values and divide by count. |
| Median | middle sorted value | Sort and take the middle value. |
| Mode | most frequent value | Value or values appearing most often. |
| Population SD | √(Σ(x-mean)² / n) | Spread of the complete population. |
| Sample SD | √(Σ(x-mean)² / (n-1)) | Estimated spread from a sample. |
| Weighted average | Σ(value × weight) / Σ(weight) | Some values contribute more than others. |
Spaces, commas, semicolons, tabs and line breaks.
Sample SD divides by n-1; population SD divides by n.
No. It is shown only when every value is positive.
An average where each value has an assigned importance weight.