Skip to main content
CalculoraCalculora
통화 변환기
CalculoraCalculora

올인원 계산기 플랫폼. 모든 필요에 맞는 무료, 빠르고 정확한 도구.

100% 비공개 — 모든 계산이 브라우저에서 이루어지며, 서버로 데이터가 전송되지 않습니다영원히 무료 — 페이월 없음, 구독 없음, 계정 불필요

인기

  • BMI 계산기
  • 대출 계산기
  • 나이 계산기
  • 주택담보대출 계산기
  • 백분율 계산기
  • 공학용 계산기

수학

  • 통계 계산기
  • 방정식 풀이
  • 분수 계산기
  • 소인수분해 계산기
  • 최대공약수・최소공배수 계산기
  • 로그 계산기

금융

  • 경제적 자립 조기 은퇴 계산기
  • 부채 눈덩이 계산기
  • 투자 계산기
  • 퇴직금 계산기
  • 급여 계산기
  • 투자 수익률 계산기

법적 고지

  • 모두 보기
  • 카테고리
  • 통화 변환기
  • 사이트맵
  • 게임 및 재미있는 도구
  • 소개
  • 문의하기
  • 개인정보처리방침
  • 이용약관

언어

  • 🇺🇸English
  • 🇸🇦العربية
  • 🇪🇸Español
  • 🇩🇪Deutsch
  • 🇫🇷Français
  • 🇮🇳हिन्दी
  • 🇮🇩Bahasa Indonesia
  • 🇯🇵日本語
  • 🇰🇷한국어
  • 🇧🇷Português
  • 🇷🇺Русский
  • 🇹🇷Türkçe
  • 🇨🇳中文

© 2026 Calculora. 모든 권리 보유.

Built with — 100% free

서버 불필요 — 완전 정적 사이트, 데이터 수집 제로

  1. 홈
  2. 수학 계산기
  3. 통계 계산기

통계 계산기

단계별 풀이로 통계를 계산하세요: 평균, 중앙값, 최빈값, 분산, 표준편차, IQR을 즉시 산출합니다.

통계 계산기이란?

Statistics is the mathematical science of collecting, analyzing, interpreting, and presenting data. Whether you are a student working on a homework assignment, a researcher analyzing experimental results, or a data scientist exploring a dataset, understanding descriptive statistics is the essential first step.

This statistics calculator computes all fundamental descriptive statistics in a single calculation: measures of central tendency (mean, median, mode), measures of spread (range, variance, standard deviation, IQR), and position statistics (Q1, Q3). Every result is accompanied by a detailed step-by-step breakdown so you understand exactly how each value is derived.

Statistical literacy is increasingly vital in today's data-driven world. Medical researchers use standard deviation to quantify variability in clinical trial results. Engineers use it to monitor manufacturing quality. Educators use mean and median to summarize student performance.

공식

Mean: x̄ = (Σxᵢ) / n
 
Median: middle value of sorted data (or average of two middle values for even n)
 
Variance (population): σ² = Σ(xᵢ − x̄)² / n
Variance (sample, Bessel-corrected): s² = Σ(xᵢ − x̄)² / (n − 1)
 
Standard Deviation: σ = √σ²
 
IQR = Q3 − Q1 (Q1 = 25th percentile, Q3 = 75th percentile)

계산 방법

  1. Enter your dataset as comma-separated, space-separated, or one-per-line numbers.
  2. The calculator sorts the data automatically for median and quartile calculations.
  3. Mean is computed by summing all values and dividing by count.
  4. Median is the exact middle value (or average of two middles for even-length datasets).
  5. Mode is the most frequent value; multiple modes are listed if they tie.
  6. Standard deviation measures how spread out values are from the mean.
  7. Review the step-by-step breakdown to understand each calculation in detail.

예시

Dataset: 4, 8, 15, 16, 23, 42. Sorted: 4, 8, 15, 16, 23, 42. Mean = (4+8+15+16+23+42)/6 = 108/6 = 18. Median = (15+16)/2 = 15.5. No mode (all unique). Range = 42−4 = 38. σ ≈ 12.49 (population), s ≈ 13.68 (sample). Q1 = 8, Q3 = 23, IQR = 15.

주요 이점

  • Computes 12+ statistics in one click with no manual calculation
  • Step-by-step breakdown shows exactly how each value is calculated
  • Distinguishes between population and sample standard deviation
  • Identifies outliers using the IQR method
  • Exports results to PDF and CSV for reports and further analysis

주요 용어 설명

Mean
The arithmetic average — sum of all values divided by the count
Median
The middle value that splits sorted data into two equal halves
Mode
The value that appears most frequently in the dataset
Standard deviation
The average distance of each data point from the mean
Variance
The square of standard deviation — average squared deviation from mean
IQR
Interquartile range — difference between Q3 and Q1 percentiles

이 계산기를 사용해야 할 때

  • Before building any statistical model — always start with descriptive statistics
  • When comparing two datasets to understand which is more variable
  • When your teacher asks for summary statistics of a dataset
  • When preparing data visualizations and need to set axis scales appropriately

일반적인 사용 사례

  • Analyzing test scores or grades across a class
  • Quality control in manufacturing — detecting process variability
  • Clinical trials — measuring effectiveness and variability of treatments
  • Financial analysis — computing portfolio return statistics
  • Sports analytics — summarizing athlete performance metrics
  • Survey data analysis and social science research

자주 묻는 질문

What is the difference between population and sample standard deviation?
Population standard deviation (σ) divides by n and is used when you have data for the entire population. Sample standard deviation (s) divides by n−1 (Bessel correction) and is used when your data is a sample from a larger population, providing an unbiased estimate.
What does IQR mean in statistics?
IQR (Interquartile Range) is the difference between the 75th percentile (Q3) and the 25th percentile (Q1). It measures the spread of the middle 50% of data, making it resistant to outliers. Values more than 1.5×IQR below Q1 or above Q3 are considered outliers.
When can a dataset have no mode?
A dataset has no mode when every value appears exactly once. A dataset can also be bimodal (two modes) or multimodal (several modes) when multiple values share the highest frequency.
Why is the median sometimes preferred over the mean?
The median is preferred when data is skewed or contains extreme outliers. For example, median household income is reported instead of mean because a few billionaires would distort the mean significantly.

관련 도구

도움이 되셨나요?
백분율 계산기
공학용 계산기
분수 계산기
지수 계산기
행렬 계산기
방정식 풀이
통계 계산기 – 평균, 중앙값, 최빈값, 표준편차 | Calculora