수학
표준 편차 계산기
평균, 중앙값, 최빈값, 분산, 표준편차 계산
사용 방법
- Enter your data values separated by commas, spaces, or new lines.
- Statistics update instantly as you type — no button press needed.
- Population Std Dev (σ) — use when your data is the entire population.
- Sample Std Dev (s) — use when your data is a sample from a larger population (divides by N−1).
공식
Mean (μ)
= Σx / N Population Variance (σ²)
= Σ(xᵢ − μ)² / N Population Std Dev (σ)
= √(σ²) Sample Variance (s²)
= Σ(xᵢ − x̄)² / (N−1) Sample Std Dev (s)
= √(s²) Median
Middle value of sorted data Range
Max − Min