Chapter 03. Moments of RVs
3.1 Average (평균)
Arithmetic Average (산술 평균)
X=Nx1+x2+⋯+xN=N1i=1∑Nxi
- 모든 x의 합을 총 갯수 N으로 나눈다.
Different frequancies wi
- 서로 다른 빈도수를 가질 경우 총 빈도 횟수로 나눈다.
X=w1+w2+⋯+wNw1x1+w2x2+⋯+wNxN=∑1Nwi∑1Nwixi
- ∑1Nwi : n(S) → Sample space의 총 갯수
- wi : n(Ai) → Event의 갯수
n(S)n(A)→∑i=1Nwiwi=P(xi)
3.2 Expectation (Mean, 기댓값)
Expectation Notation
NotationDiscrete RVContinuous RV:E[X]=μ:E[X]=i∑xiP(xi):E[X]=∫−∞∞xfX(x) dx
3.3 Taylor Series (테일러 급수)
- 어떤 함수를 x에 대한 다항식으로 표현할 수 있다.
Taylor Series Notation
f(x)f(x−a)=0!f′(0)x0+1!f′′(0)x1+2!f′′′(0)x2+⋯=k=0∑∞k!f(k)(0)xk=k=0∑∞k!f(k)(a)(x−a)k
- 지수함수 ex를 다항식으로 표현할 수 있다.
ex=1+x+2!x2+3!x3=k=0∑∞k!xk
3.4 Moments of RV (RV의 중심)
nth - order moment (n차 expectation)
- 확률 변수의 n제곱의 expectation이다.
Discrete RV E[Xn]Continuous RV E[Xn]=∑(xi)nP(xi)=∫−∞∞xnfX(x) dx
Central Moment (중심 모멘트)
- RV와 μ(중심)의 차이의 n차 제곱에 대한 expectation을 구한다.
NotationDiscrete RVContinuous RV:E[(X−μ)n]:E[(X−μ)n]=i∑(xi−μ)nP(xi):E[(X−μ)n]=∫−∞∞(xi−μ)nfX(x) dx
- n=1일 경우,
- 모든 RV에서 평균을 뺀 것의 평균은 0이다.
- n=2일 경우,
- Variance(분산) = σX2이다.
Linearity (선형성)
- Homogeneity와 Superposition을 충족하면 선형성이 있다.
Homogeneity
f(ax)=af(x)
Superposition
f(x1+x2)=f(x1)+f(x2)
E[aX+b]
- Expectation 연산은 선형 조건을 충족한다.
E[aX+b]=aE[X]+b
3.5 Conditional Mean (조건부 평균)
Conditional mean Notation
Notation:E[X∣A]
Discrete RV:E[X∣A]=xi∈A∑xiP(xi∣A)=xi∈A∑xiP(A)P(xi∩A)=xi∈A∑xiP(A)P(xi)
Continuous RV:E[X∣A]fX(x∣A)=∫x∈AxfX(X∣A) dx=dxdFX(x∣A)=dxdP(X≤x∣A)=dxdP(A)P(X≤x∣A)
3.6 Chebyshev Inequality (체비셰프 부등식)
- 기댓값과 관측값의 차이에 대한 최소 발생 확률을 구한다.
Chebyshev inequality Notation
P(∣X−E[X]∣≥a)≤a2σX2
- X : RV, real random observation
- E[X] : Expectation, prediction, estimation
- ∣X−E[X]∣가 낮을수록 높은 성능을 가진다.