Code&Data Insights
(COMP233) Probability and Statistics - Mutually Exclusive vs Independent 본문
Computer Science/Comp sci_courses
(COMP233) Probability and Statistics - Mutually Exclusive vs Independent
paka_corn 2023. 2. 3. 00:12Mutually exclusive
-> disjoint, two events cannot occur at same time
-> NO INTERSECTION
Q) Find the probabitliy that all of the events A, B, C occurs if A, B, C are mutually exclusive.
=> Since A, B, C are mutually exclusive, they have no union. The probability that all the events A, B, C occur is 0.
P( ABC | A,B,C mutually exclusive )
-> P(ABC) = 0
Independent
-> One does not affect to the other occurrence.
'Computer Science > Comp sci_courses' 카테고리의 다른 글
Comments