normal_distribution
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| normal_distribution [2024/03/13 08:28] – hkimscil | normal_distribution [2024/09/11 08:39] (current) – hkimscil | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| 위에서 $\pi$와 | 위에서 $\pi$와 | ||
| - | 특히 평균이 0 이고 그 표준편차가 1인 정상분포를 표준정상분포라고 한다. | + | 특히 평균이 0 이고 그 표준편차가 1인 정상분포를 표준정규분포라고 한다. |
| {{http:// | {{http:// | ||
| https:// | https:// | ||
| - | < | + | R을 이용하여 standard normal distribution에서 |
| - | xseq< | + | * x축에 해당하는 점수에 해당하는 확률은 |
| - | densities< | + | * 그 점수를 중심으로 왼쪽을 이루는 확률분포는 |
| - | cumulative< | + | * 어떤 확률분포에 |
| - | randomdeviates< | + | |
| - | + | ||
| - | par(mfrow=c(2, | + | |
| - | plot(xseq, densities, col=" | ||
| - | | ||
| - | | ||
| - | plot(xseq, cumulative, col=" | ||
| - | | ||
| - | | ||
| - | hist(randomdeviates, | ||
| - | | ||
| - | |||
| - | xseq< | ||
| - | y< | ||
| - | hist(y, prob=TRUE, ylim=c(0, | ||
| - | curve(dnorm(x, | ||
| - | |||
| - | par(mfrow=c(1, | ||
| - | </ | ||
| - | {{: | ||
normal_distribution.1710286122.txt.gz · Last modified: by hkimscil
