Statistics Calculator — Descriptive statistics turn a long list of numbers into a few numbers that describe the whole list at a glance — how big the typical value is, how spread out it is, and where most of the values cluster. This calculator handles the standard set: count, sum, min, max, range, mean, median, mode, variance, standard deviation, and the 25th / 75th percentiles (Q1 / Q3).
Your numbers are processed entirely in your browser. Nothing is uploaded — close the tab and the data is gone.
Was Statistics Calculator useful?
Statistics Calculatorとは?
Descriptive statistics turn a long list of numbers into a few numbers that describe the whole list at a glance — how big the typical value is, how spread out it is, and where most of the values cluster. This calculator handles the standard set: count, sum, min, max, range, mean, median, mode, variance, standard deviation, and the 25th / 75th percentiles (Q1 / Q3).
Paste any whitespace- or comma-separated list of numbers, hit Compute, and read the results. Useful for grades, experiment data, finance, and quick sanity checks before pushing data into a spreadsheet or a stats package.
使い方
-
Enter your numbers
Paste any list separated by spaces, commas, or new lines.
-
Compute
Press the button or just keep typing — results update as you go.
-
Read the results
Central tendency (mean / median / mode) and spread (variance / std dev / IQR) are shown side by side.
使用例
Test scores for a class
Ten scores out of 100. Want to know the class average and how spread out the grades are.
78 82 91 65 88 73 95 81 70 84
結果: Mean 80.7 · Median 81.5 · Std dev 8.96 · Range 30
Daily pageviews for a week
Quick sanity check before logging into a real analytics tool.
1240, 980, 1110, 1450, 1320, 1075, 1690
結果: Mean 1266 · Median 1240 · Std dev 226 · Range 710
よくある質問
関連ガイド
How to Calculate Permutations and Combinations (with Worked Examples)
A practical guide to counting: the difference between permutations (order matters) and combinations (order does not), the formula for each, the common real-world cases, and how to run the calculation in your browser without pulling out a calculator or a textbook.
How to Pick a Random Number Fairly (and Why Math.random Is Wrong)
A practical guide to random numbers: the difference between Math.random and crypto.getRandomValues, why fairness matters for giveaways and raffles, how to roll dice and shuffle a list in your browser, and the one case where randomness is genuinely hard.
How to Merge Multiple CSV Files (And Common Pitfalls)
Merging multiple CSV files is a daily task for data analysts, accountants, and anyone who gets data in pieces. This guide covers the right way to do it, the common pitfalls (mismatched columns, encoding, headers), and the tools.
関連ツール
Last reviewed: 2026-09-25