Module 7 Vocab Flashcards

1
Q

Probability Space (words)

7.1

A
  1. a set of outcomes
  2. a probability distribution function
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Outcomes

7.1

A

A finite non-empty set Ω

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

Probability Distribution Function (words)

7.1

A

assigns probability to each outcome
such that the sum of all probabilities equals 1

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

Probability Distribution Function (symbols)

7.1

A

Pr: Ω→[0,1]
for each outcome w∈Ω
maps to its probability Pr[w]
such that w∈Ω Σ Pr[w] = 1

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

Ω

7.1

A

set of outcomes

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

Pr

7.1

A

probability distribution function

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

(Ω, Pr)

7.1

A

probability space

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

Probability Space (symbols)

7.1

A

(Ω, Pr)

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

Event

7.1

A

a subset of the probability space
E ⊆ Ω

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

Event (symbol)

7.1

A

Pr[E] = w∈Ω Σ Pr[w]

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

Probability of an outcome (symbol)

7.1

A

Pr[w]
real number between 0 and 1 inclusive

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

Uniform

7.2

A

a probability space where all the outcomes have the same probability
“equally likely”

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

Probability of each outcome in a uniform probability space

7.2

A

n = |Ω| (n represents the number of outcomes)
Pr[w] = 1/n

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

Probability of an event E in a uniform probability space

7.2

A

Pr[E] = m/n
where m=|E| (remember E is a subset)
and n=|Ω|

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

Pr[w] = 1/n

7.2

A

the probability of each outcome in a uniform probability space

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

Pr[E] = m/n

7.2

A

the probability of event E in a uniform probability space

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

Fair

7.3

A

uniform probability space

18
Q

Biased

7.3

A

non-uniform probability space
outcomes are parameterized

19
Q

Probability for biased coin

7.3

A

Pr[H] = p
Pr[T] = 1 - p

20
Q

Bernoulli Trial

7.3

A

probability space with two outcomes
success = p and failure = q
parameterized such that q = 1 - p

21
Q

Random Permutation
(of n distinct objects)

7.3

A

an element of the uniform probability space whose outcomes are all possible permutations

22
Q

Probability of a random permutation

7.3

A

1 / n!

23
Q

Probability that object i occurs in position j in a random permutation

7.3

A

(n-1)! / n!

1 / n

24
Q

P0

7.4

A

Pr[E] ≥ 0

Since it’s the sum of non-negative numbers.

25
Q

Pr[E] ≥ 0

7.4

A

P0

26
Q

Pr[Ω] = 1

7.4

A

P1

27
Q

P1

7.4

A

Pr[Ω] = 1

Since it adds up the probabilities of all the outcomes in the space.

28
Q

P2

7.4

A

If A,B are disjoint then
Pr[A∪B] = Pr[A] + Pr[B]

Addition Rule

29
Q

If A,B are disjoint then
Pr[A∪B] = Pr[A] + Pr[B]

7.4

A

P2

30
Q

If A⊆B then Pr[A] ≤ Pr[B]

7.4

A

P3

31
Q

P3

7.4

A

If A⊆B then Pr[A] ≤ Pr[B]

Monotonicity

32
Q

Complement

7.4

A

if E ⊆ Ω is the event, then
the complement of E is the event Ē = Ω \ E

33
Q

P4

7.4

A

Pr[Ē] = 1 - Pr[E]

Think: probability of not E

34
Q

Pr[Ē] = 1 - Pr[E]

7.4

A

P4

35
Q

P5

7.4

A

Pr[∅] = 0

A sum with no terms

36
Q

Pr[∅] = 0

7.4

A

P5

37
Q

Pr[A∪B] = Pr[A] + Pr[B] - Pr[A∩B]

7.4

A

P6

38
Q

P6

7.4

A

Pr[A∪B] = Pr[A] + Pr[B] - Pr[A∩B]

Inclusion-exclusion for two events

39
Q

P7

7.4

A

Pr[A∪B] ≤ Pr[A] + Pr[B]

Union bound. Follows directly from P6.

40
Q

Pr[A∪B] ≤ Pr[A] + Pr[B]

7.4

A

P7