|
⇤ ← 2018-11-11 20:36:23에 수정된 1번째 판
크기: 1659
설명:
|
← 2020-09-09 01:17:40에 수정된 2번째 판 ⇥
크기: 1656
설명:
|
| 지워진 줄은 이렇게 표시됩니다. | 추가된 줄은 이렇게 표시됩니다. |
| 줄 9: | 줄 9: |
| * μ = 0, σ = 1 인 경우에 한해서 특히 the standard normal distribution (Z) 라고 부름 | * μ = 0, σ = 1 인 경우에 한해서 특히 the standard normal distribution (Z) 라고 부름 |
| 줄 19: | 줄 19: |
| * X ~ N( ''μ'', ''σ''^2^ ) 일 때, | * X ~ N( ''μ'', ''σ''^2^ ) 일 때, |
| 줄 21: | 줄 21: |
| * Z ~ N( 0, 1 ) 즉, Z = standard normal distribution | * Z ~ N( 0, 1 ) 즉, Z = standard normal distribution |
Gaussian (aka. normal) Distribution
normally distributed random variable X: X ~ N( μ, σ2 )
bell shaped curve, mean μ에 대해서 대칭, variance σ2가 높을수록 bell이 두꺼워짐
- μ = 0, σ = 1 인 경우에 한해서 특히 the standard normal distribution (Z) 라고 부름
- R함수 qnorm(p) 는 Z에서 area under the curve가 p가 되는 x값을 계산해줌
R함수 pnorm(q) 는 Z에서 x < q 일 probability를 계산해줌
- 평균 주변 ±1σ 사이에 전체 샘플의 68%가 있고,
- 평균 주변 ±2σ 사이에 전체 샘플의 95%가 있고,
- 평균 주변 ±3σ 사이에 전체 샘플의 99.7%가 있다.
특수형태:
X ~ N( μ, σ2 ) 일 때,
the random variable Z = ( X - μ ) / σ is normally distributed with mean 0 and variance 1
- Z ~ N( 0, 1 ) 즉, Z = standard normal distribution
- 거꾸로, Z ~ N( 0,1 )일 때,
random variable X = μ + σ * Z = normally distributed with mean μ and variance σ2
X ~ N( μ, σ2 )
Multivariate normal distribution
| /CentralLimitTheorem /ChiSquared /Clustering /InstallR /InstallRStudio /Lies /NormalDistribution /RBasic /RBasic1 /RBasic2 /RBasic3 /RCloud /RIntro /RKorean /T-Test |
