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.

관련 도구