본 자료는 edwith 최성준님이 강의하신 Bayesian Deep Learning 강의를 참고하였다.
핵심키워드
Random Variable
- random variable:
우리에게 관측되는 실수로 가는 어떤 함수가 random variable 이다 . subset이 아니라 하나의 원소
probability space :
실수들로 이루어진

여기서 random은 무엇인가?
가상의 sample space에서 하나를 고른 후 값이 나오는 것을 realization이라고 부른다.
realization == gausian sampling, uniform sampling
e.g. 주사위게임 에서의 alphabet : [1, 2, 3, 4, 5, 6]
discrete random variable : There is discrete set
probability mass function :
1. 0
2.
3.
이러한 가정들로 인해 확률론이 시작되었다.



EX
EX
Conditional expectation E(X|Y)
random variable인 X의 E(X)는 평균치 하나로 출력이 되기 때문에 random variable이 아니다. 하지만 E(X|Y)의 경우 Y라는 variable로 인해 E(X|Y) 는 random variable이 된다. X와 Y에 대한


'Mathematics > Statistics' 카테고리의 다른 글
[Bayesian] Bayesian Deep Learning - Functional analysis (0) | 2021.07.13 |
---|---|
[Bayesian] Bayesian Deep Learning - Random Process (0) | 2021.07.12 |
[Bayesian] Bayesian Deep Learning - Probability (0) | 2021.07.06 |
[Bayesian] Bayesian Deep Learning - Measure theory (0) | 2021.07.06 |
[Bayesian] Bayesian Deep Learning - Set theory (0) | 2021.07.06 |