Week 5 - Probability Flashcards

1
Q

Axioms of probability

A
  • Pr(A) >= 0, probability can’t be negative
  • Adding all probabilities of sample space is 1
  • If events are mutually exclusive (the events cannot happen simultaneously), their probabilities can be added up
    Pr(A or B) = Pr(A) + Pr(B)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Addition rule

A
  • If events overlap, then we subtract the overlap
    Pr(A or B) = Pr(A) + Pr(B) - Pr(A and B)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Random variable

A

Something that can have different values, with each value representing a possible outcome of an event

Value of random variable that actually occurs is called a realisation of that random variable (no longer uppercase anymore)

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

Probability distribution

A

Describes the probabilities of events for a given random variable

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

Complementary events

A

If we can Pr(A), then ‘All outcomes not in A’
Pr(A) + Pr(A^c) = 1

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

Random variable functions

A

Random variables can be discrete or continuous

  • Any random variable X -> Cumulative distribution function (cdf)
  • Discrete variables -> Probability mass function (pmf)
  • Continuous variables -> Probability density function (pdf)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Independence

A

Two events are independent if the occurrence of one does not change the probability of occurrence of the other

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

Multiplication rule

A

A and B are independent events if:
Pr(A and B) = Pr(A) * Pr(B)

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

Joint probability

A

Probability of outcomes for two or more variables

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

Marginal probability

A

Probability of outcomes for a single variable

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

Conditional probability

A

Probability of outcomes for a single variable given information about a second variable

Pr(A | B) = Pr(A and B) / Pr(B)

If independent then Pr(A | B) = Pr(A)

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

Conditional probability distribution

A

Probability distribution where each probability is a conditional probability with the same condition

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

General multiplication rule

A

Pr(A and B) = Pr(A | B) * Pr(B)

(vise-versa)

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

Bayes’ theorem

A

Assuming we know Pr(B | A) but we want to know Pr(A | B)

Pr(A | B) = [Pr(B | A) * Pr(A)] / Pr(B)

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

Expected value

A

Also know as mean

Denoted as E(X)

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

Variance

A

Denoted as var(X)

Often σ^2 = var(X)

The standard deviation of X is given by sd(X) = σ =√σ^2

15
Q

Large of Large Numbers (LLN)

A

When a collection of random variables increases, the mean gets closer to µ (mean of the distribution that defines the variables)

Has to be iid