일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- WBP
- Font Generation
- userwidget
- ue5.4
- cv
- CNN
- 폰트생성
- UE5
- ddpm
- 디퓨전모델
- Stat110
- NLP
- 모션매칭
- Few-shot generation
- RNN
- 생성모델
- GAN
- Generative Model
- animation retargeting
- Diffusion
- multimodal
- WinAPI
- deep learning
- 딥러닝
- dl
- motion matching
- 언리얼엔진
- 오블완
- BERT
- Unreal Engine
- Today
- Total
Deeper Learning
[Statistics 110] Lecture 18: MGFs Continued 본문
[Statistics 110] Lecture 18: MGFs Continued
Dlaiml 2022. 12. 24. 22:36MGF
지수분포의 MGF
X∼Expo(1).
M(t)=E(etx)∫inf0etxe−xdx=∫inf0e−x(1−t)dx=11−t,(t<1)
M′(0)=E(X),M″.
\frac1{1-t} = \sum_{n=1}^{\inf}t^n = \sum_{n=0}^{\inf}n!\frac{t^n}{n!}
적률은 \frac {t^n}{n!}의 계수이기 때문에 위 식에서 n!가 n차 적률, E(X^n) = n!.
Y \sim Expo(\lambda)면 지수분포의 특성에 따라 X = \lambda Y, E(Y^n) = \frac{n!}{\lambda^n}.
정규분포의 MGF
n이 홀수일 때 대칭성에 따라, E(Z^n) =0,
M(t) = e^{t^2/2} = \sum_{N=0}^{\inf}\frac{(t^2/n)^2}{n!} = \sum_{N=0}^{\inf}\frac{t^{2n}}{2^nn!} =\sum_{N=0}^{\inf}\frac{(2n!)t^{2n}}{2^nn!(2n!)}
E(X^{2n})은 위 식에서 t^{2n}/2n!의 계수이기 때문에 \frac{(2n)!}{2^nn!}이 된다.
포아송분포의 MGF
X \sim Pois(\lambda), E(e^{tX}) = \sum_{k=0}^{\inf} e^{tk}e^{-\lambda}\frac{\lambda^k}{k!} = e^{-\lambda}e^{\lambda e^t} = e^{\lambda(e^t-1)}.
X와 독립인 Y \sim Pois(\mu)가 있다고 할 때, X+Y의 분포를 구하여라.
MGF의 성질을 이용하면
M_XM_Y = e^{\lambda(e^t-1)}e^{\mu(e^t-1)} = e^{(\lambda+\mu)(e^t-1)} = M_{X+Y} \\ X+Y \sim Pois(\lambda+\mu)
독립이 아니라면 MGF의 위 성질은 성립하지 않음
Joint Distribution(결합분포)
확률변수 X,Y의 joint CDF는 P(X\le x,Y \le y), joint PMF는 P(X=x,Y=y).
marginal CDF는 P(X \le x).
joint pdf는 f(x,y) = P((x,y) \in B) = \int\int_B f(x,y)dxdy.
독립이면 F(x,y) = F(x)F(y), 역도 성립
Marginal distribution
joint distribution에서 marginal distribution 구하기
P(X=x) = \sum_ yP(X=x,Y=y) \\ f_Y(y) = \sum f_{X,Y}(x,y)dx
독립이면
P(X=x,Y=y) = P(X=x)P(Y=y)\\f(x,y)=f_X(x)f_Y(y), \space for \space all \space (x,y) \in R
Reference
[0] https://www.youtube.com/playlist?list=PL2SOU6wwxB0uwwH80KTQ6ht66KWxbzTIo
'Statistics & Math > Statistics 110: Probability' 카테고리의 다른 글
[Statistics 110] Lecture 20: Multinomial and Cauchy (0) | 2022.12.25 |
---|---|
[Statistics 110] Lecture 19: Joint, Conditional, and Marginal Distributions (0) | 2022.12.24 |
[Statistics 110] Lecture 17: Moment Generating Functions (0) | 2022.12.24 |
[Statistics 110] Lecture 16: Exponential Distribution (0) | 2022.12.24 |
[Statistics 110] Lecture 15: Midterm Review (0) | 2022.12.17 |