Probability & Discrete Random Variables Flashcards

1
Q

P(A) = (complex)

A
  • P(A) = P(A ∩ B) + P(A ∩ Bc)

- Probability of A = probability of A & B and probability of A and not B

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

P(A ∪ B) =

A
  • P(A ∪ B) = P(A) + P(B) - P(A ∩ B)

- Intersection must be subtracted because it is counted twice (think Venn)

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

P(A|B) =

A

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

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

When are two events independent?

A

Two events are independent if P(A|B) = P(A) or P(B|A) = P(B)

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

If A and B are independent then….

A
  • P(A ∩ B) = P(A)*P(B)
  • Then P(A|B)
    • = [P(A ∩ B)] / P(B)
    • = [P(A)*P(B)] / P(B)
    • = P(A)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are joint probabilities?

A
  • The joint likelihood of fulfilling multiple criteria
  • i.e intersections
  • Marginal Probabilities
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are marginal probabilities?

A
  • The probability of a single event occuring given information about joint probabilities
  • Computed by adding A1 A2 or B1 B2 etc. rule 1
  • P(A1) = P(A1 ∩ B1) + P(A1 ∩ B2)
  • P(B2) = P(B2 ∩ A1) + P(B2 ∩ A2)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the multiplication rule used for?

A

If A and B are not independent, use this rule to find P(A ∩ B)

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

What is the multiplication rule?

A
  • P(A ∩ B) = P(A|B) * P(B)

- and P(A ∩ B) = P(B|A) * P(A)

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

What is the multiplication rule for independent events?

A
  • If A and B are independent, the probability of A and B is equal to the probability of A times the probability of B
  • P(A ∩ B) = P(A)P(B)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How is marginal probability calculated using the multiplication rule?

A
  • P(A ∩ B) = P(A|B1) * P(B1) + P(A|B2) * P(B2) + … + P(A|Bk) * P(Bk)
  • Where B1,B2,…,Bn are k mutually exclusive and collectively exhaustive events
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How is independence determined for conditional probabilities?

A

If independent, P(A given B) = P(A)

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

What is the 1st counting rule?

A
  • Determines the number of possible outcomes for a set of mutually exclusive and collectively exhaustive events
  • If any one of k different mutually exclusive and collectively exhaustive events can occur on each of n trials, the number of possible outcomes is equal to k^n
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the 2nd counting rule?

A
  • More general version of the first and allows the number of possible events to differ from trial to trial
  • If there are k1 events on the first trial, k2 events on the second trial, … , and kn events on the nth trial, then the number of possible outcomes is (k1)(k2)…(kn)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the 3rd counting rule?

A
  • Involves computing the number of ways that a set of items can be arranged in order
  • n! = (n)(n - 1) … (1)
  • 0! is defined as 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the 4th counting rule?

A
  • In many instances you need to know the number of ways in which a subset of an entire group of items can be arranged in order
  • Each possible arrangement is called a permutation
  • The number of ways of arranging x objects selected from n objects is nPx = (n!) / (n - x)!
17
Q

What is the 5th counting rule?

A
  • In many situation, you are not interested in the order of the outcomes but only in the number of ways that x items can be selected from n items, irrespective of order
  • Each possible selection is called a combination
  • The number of ways of selecting x objects from n objects,
    irrespective of order, is equal to nCx = (n!) / x!(n - x)!