CDF(Cumulative Distribution Function)
Def)
FX(x)=PX([−∞,x])=P(X≤x)
Properties)
a) FX is a nondecreasing function (a<b=>FX(a)≤FX(b))
b) limx→∞FX(x)=1
c) limx→−∞FX(x)=0
d) FX is a right continuous function.
PMF(Probability Mass Function)
Def)
이산형 확률변수 X에 대한 pmf는 다음과 같이 표기한다.
PX(x)=P({X:X=x})=P(X=x)
Properties)
a) PX(x)≥0,∑x∈range(X)PX(x)=1
b) 양의 확률을 가지는 X 포인트를 'support'라고 부른다. 즉, range(X)=support
c) FX(x)=∑z≤XPX(z),PX(x)=FX(x)−FX(x−)
PDF(Probability Density Function)
Def)
FX 가 연속이고 미분가능하다면, 연속형 확률변수 X의 pdf(fX(x))는 다음과 같이 정의된다.
dxdFX(x)=fX(x)
Properties)
a) FX(x)=∫−∞xfX(t)dt
b) ∫−∞∞fX(x)dx=1
c) P(a≤X≤b)=∫abfX(x)dx
✔︎ 주의사항
P(a≤X≤b)=P(a<X≤b)=P(a≤X<b)=P(a<X<b)