normal_distribution
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
normal_distribution [2016/03/23 08:24] – hkimscil | normal_distribution [2024/09/11 08:39] (current) – hkimscil | ||
---|---|---|---|
Line 1: | Line 1: | ||
Please read [[wp> | Please read [[wp> | ||
- | __좌우대칭__이며 __asymtotic__한 분포를 이루는 것을 정상분포라고 한다. | + | __좌우대칭__이며 __asymtotic__한 분포를 이루는 것을 정상분포라고 한다. 수학적으로 정상분포는 아래와 같이 정의된다. |
+ | \begin{equation} | ||
+ | \displaystyle P(x) = \frac{1}{\sqrt{2 \pi \sigma^2}} * e^{\frac{-(x - \mu)^2}{2 \sigma^2}} | ||
+ | \end{equation} | ||
+ | 위에서 $\pi$와 | ||
+ | |||
+ | 특히 평균이 0 이고 그 표준편차가 1인 정상분포를 표준정규분포라고 한다. | ||
+ | |||
+ | {{http:// | ||
+ | https:// | ||
+ | |||
+ | R을 이용하여 standard normal distribution에서 | ||
+ | * x축에 해당하는 점수에 해당하는 확률은 dnorm | ||
+ | * 그 점수를 중심으로 왼쪽을 이루는 확률분포는 pnorm | ||
+ | * 어떤 확률분포에 (가령 38% 즉 0.38) 해당하는 점수는 qnorm 을 이용하여 구할 수 있다. | ||
normal_distribution.1458690885.txt.gz · Last modified: 2016/03/23 08:24 by hkimscil