Saturday, December 1, 2012

概率中的 独立 和 不交合 independent vs. disjoint 事件

学而不思则罔!
ind -   独立
mutually exclusive, disjoint -  不交合, 不相关, 互斥。。。。。

如果两个事件不相关, 就是不能同时发生, 那么他们一定不独立!
disjoint ---> not ind
ind ----> not disjoint.  (独立则可同时发生)

所以两个事件之间的关系只有:
1. ind and not disjoint. 
2. not ind and disjoint. 

 具体到概率的应用上

///------------------------------废话 基础知识 。
如果两个事件 A B 独立 。P(AB ) = P(A)P(B). 
这个更多的是从bayes 的角度出发: P(A|B) = P(A)

对于任意两个时间  P(A or B ) = P(A) +P(B) +P(A and B), 可以从Venn diagram 有直观的了解(但是非严格证明)
进而, 两个事件disjoint:  P(A or B ) = P(A ) + P(B)

/// ---------------------一个例子
考虑跑两个银币。 TT, HH TH, HT.

1. ind and not disjoint. 
A =  第一次抛出头 = {HH,HT}
B = 第二次抛出头 = {TH, HH}
共同事件 HH, so they are no disjoint。

2. not ind and disjoint.
这个就多了去了。 
A =  {HH}
B = {TT}
两事件不能同时发生,不独立。




No comments:

Post a Comment