Median Calculator

Median Calculatorを登録なしでブラウザ上ですぐ使えます。入力値は端末内で処理されます。

計算は端末内で行われ、入力値をサーバーへ送りません。

具体例

For the values 1, 2, 3, and 4, the two middle values are 2 and 3, so the median is 2.5.

計算方法・仕組み

The numbers are sorted from smallest to largest. An odd-sized list uses its single middle value; an even-sized list averages the two middle values.

注意事項

The median describes the center of the entered list and does not indicate how widely its values are spread.

よくある質問

Why use the median instead of the mean?

The median is less affected by a very large or very small outlier.

Can I enter negative and decimal numbers?

Yes. Separate any finite negative, positive, or decimal values with spaces, commas, or new lines.

Does the original order matter?

No. The calculator sorts a copy of the values before locating the middle.

関連ツール