이 글은 최성준 교수님의 Bayesian Deep Learning 강좌를 요약한 글로, 필자의 이해를 위해 작성된 글입니다.
🦉 전체 흐름
Random Process를 이해하기에 앞서 Random Variable을 이해하고, RV는 sigma-field에서 정의되는 function이므로 이 일련의 과정을 이해하고자 한다.
🐻 Set, sigma-field, Measure --> Probability
- Set
- Set function: a function assigning a number of a set
- Measure is a set function
- sigma-field: a collection of subsets of U such that axioms(Sigma-field is designed to define a measure)
- Probability is a (normalized) measure such that \mu(U)=1 / a set function P:A-->[0,1] where A is a sigma-field
- Measure is a set function
🐻 Sample point, Sample space --> Probability
- Sample point: a point representing an outcome
- Sample space: the set of all the sample points
- Probability allocation function:
- Conditional probability P(A|B)
- Bayes' rule (Posterior probability, Prior probability)
🐻 Random Variable
- Random variable: a real-valued function defined on sample space that is measureable w.r.t the probability space and the Borel measureable space exists 주의점: Distribution이 정해져있지 않은 상태이다.
- Sample space X에 관해 값을 하나 random 으로 뽑았을 때의 값: Random variable, P는 그것의 면적(measure)값
- Features of Random Variable
- Probability mass function: X distribution에서 x가 나올 probability(measure)를 의미한다., 주로 discrete distribution X에 사용된다. (X는 distribution, x는 X distribution에서 random으로 뽑혀진 값 하나를 의미한다.)
- Probability density function: continuous distribution X에 사용된다.
- Expectation
- Conditional Expectation: X average over the event whtere Y=y (a function of Y), Y가 잘게 분리될수록 different sigma-field를 나타낸다.
- Moment(Mean, Variance, Skewness, kurtosis etc.)
- Joint Moment(Correlation, Covariance, Correlation coefficient etc.)
- Probability mass function: X distribution에서 x가 나올 probability(measure)를 의미한다., 주로 discrete distribution X에 사용된다. (X는 distribution, x는 X distribution에서 random으로 뽑혀진 값 하나를 의미한다.)
🐻 Random Process
- Random process: 무한 차원의 Random variable을 이야기
indexed family of infinite number of random variables
🐻 Functional Analysis
'Mathematics > Probability, Statistics, Information' 카테고리의 다른 글
[Probability] Bayesian Neural Network (0) | 2022.03.05 |
---|---|
[Probability] 3. Gaussian process, Gaussian Process Latent Variable Model(GPLVM) (0) | 2022.03.05 |
[Probability] 1. Probability Distribution: Gaussian Distribution (0) | 2022.02.19 |
[Probability] Gaussian, Bayesian 용어 정리 (0) | 2022.02.12 |
[Probability] Gaussian Process (0) | 2022.01.21 |