Ch 2 Flashcards
What is conditional probability?
Let A, B ⊆ Ω be events with P (A)̸ /= 0. Then the conditional probability of B given A is defined by
P (B|A) = P (B ∩ A)/P (A)
Give another form of conditional probability equation.
P (A ∩ B) = P (A|B) · P (B)
What is the union of events Ai where i€{1,…,n} where the union=\0?
P (A1 ∩ . . . ∩ An ) = P (A1) · P (A2|A1) · . . . · P (An |A1 ∩ . . . ∩ An−1)
What is the law that of total probability?
Suppose we partition a sample space Ω into n pairwise disjoint events A1, . . . , An with P (Ai ) > 0 for all i =
1, . . . , n. Let B ⊆ Ω be an event. Then
P (B) = P (B|A1) P (A1) + · · · + P (B|An ) P (An )
Using law of total probability what is P(B) in case of just B,A,A^c?
P(B)=P(B|A)P(A)+P(B|A^c)P(A^c)
What is bayes formula?
Let A, B be events with P (B)̸ /= 0. Then
P (A|B) = P (B|A) P (A)/P (B)
What is bayes theorem?
Let our sample space Ω be partitioned into disjoint events Ak , k = 1, 2, . . . , n. Then for 1 ≤ j ≤ n,
P(Aj |B)= P (B|A j)P(A j)/
Sigma n
k=1P (B|Ak ) P (Ak)
When are two events independent?
When P (A ∩ B) = P (A) P (B)
Assuming P(B)=\0. What is A and B being independent the same as saying?
P(A)=P(A|B) or the probability of A does not change regardless of whether B happened or not
What is a random variable?
A measurable function on the sample space
What is a cumulative distribution function(cdf)?
When X is a random variable,
FX (x) := P (X ≤ x)
Explain what the cdf actually does.
a function that describes the cumulative probability that a random variable takes on a value less than or equal to a particular value
Describe the properties of a cdf.
•non decreasing: as x increases F(x) does not decrease
•limx->-inf F(x)=0 and limx->inf F(x)=1
•right continuous: for any x, F(x) approaches F(x) from the right
What is a discrete random variable?
If for a random variable X there exists a set {xi : i ∈ I } for a finite or at at most countably infinite index set I ,
such that sigma i ∈I P (X = xi ) = 1, then we call X a discrete random variable.
This means that we call a random variable discrete if it can take at most countably many values
How do we define a probability mass function?
For a discrete random variable X , we define its probability mass function p by
p(x j ) = P (X = x j)
for all values x j that X can attain. Quite often we will write p j := p(x j )