Probability law ''P''라는 것은, ?를 정의역으로 하는 함수 $P:?\to[0,1]$ ?가 무엇인지 확실히 사건,event? Sub: [[사건,event]] [[결과,outcome]] [[분할,partition]] [[전확률,total_probability]] (전확률정리) [[베이즈_정리,Bayes_s_theorem]] [[조건부확률,conditional_probability]] { joint_probability와 관련. } joint_probability 동시확률? 결합확률? { 복수의 확률 변수에 대해서 그들의 동시 발생을 확률적으로 나타낸 양. $P[A\cap B]=P[B|A]P[A]=P[A|B]P[B]$ [[조건부확률,conditional_probability]]을 써야 표현됨. } [[확률분포,probability_distribution]] = Probability axioms = ||$P(A)\ge 0$ ||nonnegativity || ||$P(A\cup B)=P(A)+P(B)\textrm{ for }A\cap B=\not\bigcirc$ ||countable additivity. ([[https://mathworld.wolfram.com/CountableAdditivity.html 참고]]) || ||$P(\Omega)=1$ ||normalization? || = Total probability theorem = $A_1,\cdots,A_n$ : partition of Ω $P(B)=P(A_1)P(B|A_1)+P(A_2)P(B|A_2)+\cdots+P(A_n)P(B|A_n)$ $=P\left(\bigcup_{i=1}^{n}(B\cap A_i)\right)$ $=P(B\cap A_1)+\cdots+P(B\cap A_n)$ [[VG:전확률정리,total_probability_theorem]] = Bayes' theorem = $A_1,\cdots,A_n$ : partition of Ω with $P(A_i)>0\;\;\forall i$ $P[A_i|B]$ $=\frac{P[A_i\cap B]}{P[B]}$ $=\frac{P[A_i]\cdot P[B|A_i]}{P[A_1]\cdot P[B|A_1]+\cdots+P[A_n]\cdot P[B|A_n]}$ [[베이즈_정리,Bayes_s_theorem]] [[VG:베이즈_정리,Bayes_theorem]] == ex. radar detection == A = {aircraft present, 비행기 나타남} B = {alarm, 경보 울림} P(A)=0.05 P(B|A)=0.99 // 비행가기 나타나면 경보 울릴 확률이 0.99 이것만 보면 굉장히 정확해 보인다. P(B|A^^C^^)=0.1 // 비행기가 없는데 경보 울릴 확률은 0.1 Q: 경보가 울렸을 때 실제로 비행기가 존재할 확률? P(A|B) $=\frac{P(A\cap B)}{P(B)}$ $=\frac{P(A)P(B|A)}{P(A)P(B|A)+P(A^c)P(B|A^c)}$ $=\frac{0.05\times 0.99}{0.05\times 0.99+0.95\times 0.1} \simeq 0.3426$ ---- ---- ---- ...(계속?) 확률 용어 [[확률실험,random_experiment]] { 실험을 하면 결과(result)로 [[결과,outcome]]가 나온다. 가능한 모든 결과의 집합: [[표본공간,sample_space]] } [[표본공간,sample_space]] [[상호배타적,mutually_exclusive]] (서로 배반) [[전체포괄적,collectively_exhaustive]] [[VG:순열,permutation]] { 뽑아서 늘어놓는다. 늘어놓는 순서가 중요하다. ${}_n\mathrm{P}_{r}=\frac{n!}{(n-r)!}$ } [[VG:조합,combination]] { 표기: ${}_{n}\mathrm{C}_{r}= \binom{n}{r}$ 뽑기만 하고 순서는 중요치 않다. ${}_n\mathrm{C}_{r}=\frac{n!}{r!(n-r)!}$ } ---- // from http://contents.kocw.or.kr/KOCW/document/2014/sookmyung/yeoinkwon/4.pdf p.70 확률의 정리들 (easy) * $P(A^C)=1-P(A)$ * $A\subset B \Rightarrow P(A)\le P(B)$ * $P(A\cup B)=P(A)+P(B)-P(A\cap B)$ * $P(A\cup B)\le P(A)+P(B)$ * $P(A\cap B)=P(A)P(B|A)=P(B)P(A|B)$ * $P(B)=P(A\cap B)+P(A^C\cap B)=P(A)P(B|A)+P(A^C)P(B|A^C)$ [[VG:전확률정리,total_probability_theorem]]에서 n=2인 경우 맞는지 chk ---- Twins: [[https://terms.naver.com/entry.naver?docId=3405184&cid=47324&categoryId=47324 수학백과: 수학적 확률]] (i.e. 확률의 고전적 정의) [[VG:확률,probability]] ---- Up: [[수학,math]] esp [[확률론,probability_theory]] [[확률및랜덤프로세스,probability_and_random_process]]