Probability Theory Flashcards

1
Q

What is an event?

A

is a subset of the sample space, i.e. one or multiple possible out-
comes. An event consisting of a on or more element in Ω

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

What is part of the Probability Space (Ω, F, P ), and what is the definition of each mathematical concepts?

A
  • Sample space Ω, that is the set of all possible elementary outcomes of an experiment.
  • The Sigma field (σ-field) F over Ω, is the set of all possible events that we consider in an experiment, the set of all possible combinations [or,and,not] of elementary outcomes as well as ∅ (empty event) and Ω (full set of events) wich means that the event has no/any outcome.
  • Probability measure P that assigns a probability to each event
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the 3 set operations that can be used on events?

A
  • A ∩ B, intersection of A
    and B, ( if A ∩ B =0 A and B are mutually exclusive, or disjoint)
    -A ∩ B, which is A, or B, or both, and is called the union of A and
    B
  • Ac is the event of ‘not A’, and is called the complement of A.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the properties of the sigma-field F?

A
  1. Ω ∈ F (‘The experiment has an outcome’ is an event)
  2. If A is an event, then ‘not A’ is also an event
  3. If A1 and A2 are events, then ‘A1 or A2’ is also an event.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the properties of the probability measure P ?

A

1.P (∅) = 0: the probability of the empty event is 0.
P (Ω) = 1: the probability of the sample space is 1.

  1. for all events A, P (A) ≥ 0
  2. for disjoint events A and B, P (A ∪ B) = P (A) + P (B). Probability is
    additive for mutually exclusive events.
  3. A ∪ Ac = Ω and A ∩ Ac = ∅, we have p(Ac) = 1 − P (A) (or
    the probability that an event does not happen is 100% minus the probability
    that it happens)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the definition of conditional probability P (A|B) ?

A

The probability that A occurs given that B has occurred

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

What is the formula of the conditional probability?

A

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

if P (B) > 0
undefined if P (B) = 0

The sample space is reduced to B

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

Explain the Theorem of total probabilities

A

If a sample space Ω is partitioned in events A that are mutually exclusive (Ai ∩ Aj = ∅) and collectively exhaustive (their sum adds up to 1n
U from i=1to n of Ai = Ω), then given an event B, P(B)= tot the sum of each Ai intersection B event that can be rewritten using the conditional formula as P(B|Ai)P(A)

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

When are two event A and B mutually exclusive or disjointed?

A

When A ∩ B=0 or B ∩ A =0

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

When are two events A and B independent? How does the conditional probability of the event A and B change?

A

P (A ∩ B) = P (A) P (B)

if A and B are independent events then it follows that P (A|B) =P (A).

(Indeed, knowing that B has happened does not change the probability for A)

INDEPENDENCE IS A STRONG ASSUMPTION, BE CAREFUL MAKING IT!

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

What is a uniform probability measure?

A

Calculating a probability with the assumption that each outcome is equally likely.

In this case for an event A:
P(A) = |A|/|Ω| = # outcomes in A/total # of outcomes

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

Explain Bayer’s Law (write the formula for the conditional probability P(A|B) and P(B|A) and th formula in the case it is used to test a specific case Ai of a partition Ai

A

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

and

P (Ai|B) = P (B|Ai)P (Ai)/
P (B|A1)P (A1) + . . . + P (B|An)P (An)

Where the denominator comes from the multiplicative rule

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

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