lecture 15 Flashcards

1
Q

describe independence

A

2 events, A & B in staple space S are independent if
P(A|B) = P(A)
knowledge of B does not affect A
also independent if
P(A ∩ B)= P(A)P(B)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

INDEPENDENCE - IF P(A|B) = P(A)

A

then
P(B|A) = P(A ∩ B)/P(a)= P(A)P(B)/P(A) = P(B)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

describe independence property

A

not a property of events A and B themselves
but a property of the probabilities assigned to them
Independence not the same as mutual exclusivity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Compare independence and mutual exclusivity

A

Independent = P(A ∩ B)= P(A)P(B)
mutual exclusive = P(A ∩ B) = 0 (intersection - just A ∩ B= ∅)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Independence for multiple events

A

for events A1,A2,A3 in sample space S - we can consider independence pairwise = might assume that
P(A1 ∩ A2)= P(A1)P(A2)
P(A1 ∩ A3)= P(A1)P(A3)
P(A2 ∩ A3)= P(A2)P(A3)
THEN THAT
P(A1 ∩ A2 ∩ A3)= P(A1)P(A2)P(A3)
BUT NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
cant

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

ex - independence 2 dice

A

A1,A2,A3 all pairwise indep
but
P(A1 ∩ A2 ∩ A3) = 0
and
P(A1|A2 ∩ A3) = 0
so independence tricky with more than 2 events

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

describe conditional independence

A

events A1,A2,B in sample space S, with P(B) >0 = are conditionally independent given B IF
P(A1|A2 ∩ B) = P(A1|B)
or
P(A1|A2 ∩ B) = P(A1|B)P(A2|B)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

describe general multiplication rule

A

chain rule for probabilities
can group events together
must have well defined conditional probabilities = greater than 0
P(A1∩A2∩⋯∩An)=P(A1)P(A2|A1)P(A3|A2,A1)⋯P(An|An−1An−2⋯A1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

describe general multiplication rule if events are mutually independent

A

can write as product of individual probabilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what are probability trees

A

simple ways to display joint probabilities
can extend to as many events as needed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

probability trees - definitions

A

Junctions = correspond to multiple events
branches= correspond to sequence of (conditional) choices of events, given the previous choices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

probability trees - math

A

multiply along branches to get joint probabilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

describe theorem of total probability

A

For two events A and B in sample space S, we have the partition of A as
A = (A ∩ B) ⋃ (A ∩ B^C)
(A ∩ B) = in A and B
(A ∩ B^C) = IN A and not in B
Therefore
P(A)=(A ∩ B) +P(A ∩ B^C)
CAN rewrite using multiplication rule
P(A) = P(A|B)(PB) + P(A|B^C)P(B^C)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

describe theorem of total probability - TREE

A

2 ways to get to A
to compute P(A) add up all probabilities on paths that end up at A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

describe theorem of total probability - partition S

A

B partitions S therefore B partitions A
use def of conditional probability and get theorem of total probability
P(A) = sum of (to k) P(A|Bk)P(Bk)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is theorem of total probability a consequence of

A

probability rules
partitioning
Conditional probability