learn.howToCalculate
learn.whatIsHeading
The normal distribution (bell curve) is the most common probability distribution in statistics. It's defined by mean μ and standard deviation σ, describing many natural phenomena.
공식
f(x) = (1 / (σ√(2π))) × e^(-(x-μ)²/(2σ²))
단계별 가이드
- 1Enter mean μ, standard deviation σ, and value x
- 2Calculate the z-score: (x - μ) / σ
- 3Look up cumulative probability or use the formula
풀어진 예시
입력
μ = 100, σ = 15, x = 115
결과
z = 1, P(Z ≤ 1) ≈ 0.841
Standard normal lookup
피해야 할 일반적인 실수
- ✕Confusing z-score with probability
- ✕Using population vs sample standard deviation
계산할 준비가 되셨나요? 무료 Normal Distribution 계산기를 사용해 보세요
직접 시도해 보세요 →