Ch 2 Flashcards

1
Q

What is conditional probability?

A

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)

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

Give another form of conditional probability equation.

A

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

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

What is the union of events Ai where i€{1,…,n} where the union=\0?

A

P (A1 ∩ . . . ∩ An ) = P (A1) · P (A2|A1) · . . . · P (An |A1 ∩ . . . ∩ An−1)

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

What is the law that of total probability?

A

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 )

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

Using law of total probability what is P(B) in case of just B,A,A^c?

A

P(B)=P(B|A)P(A)+P(B|A^c)P(A^c)

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

What is bayes formula?

A

Let A, B be events with P (B)̸ /= 0. Then
P (A|B) = P (B|A) P (A)/P (B)

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

What is bayes theorem?

A

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)

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

When are two events independent?

A

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

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

Assuming P(B)=\0. What is A and B being independent the same as saying?

A

P(A)=P(A|B) or the probability of A does not change regardless of whether B happened or not

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

What is a random variable?

A

A measurable function on the sample space

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

What is a cumulative distribution function(cdf)?

A

When X is a random variable,
FX (x) := P (X ≤ x)

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

Explain what the cdf actually does.

A

a function that describes the cumulative probability that a random variable takes on a value less than or equal to a particular value

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

Describe the properties of a cdf.

A

•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

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

What is a discrete random variable?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do we define a probability mass function?

A

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 )

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

Explain what a pmf actually is?

A

Afunction that gives the probability that a discrete random variable takes on a specific value. For a discrete random variable X, the PMF, denoted as
P(X=x), provides the probability that
X is equal to some particular value
x

17
Q

What are the properties of a pmf?

A

•Non-negative: The PMF always outputs probabilities that are non-negative for all values of x: P(X=x)≥0forallx
•Probabilities sum to 1: The sum of the probabilities of all possible values of
X must equal 1, as one of the values must occur:∑P(X=x)=1
•Specific to discrete variables: The PMF applies only to discrete random variables, as it assigns probabilities to distinct outcomes.

18
Q

Explain probability density function(pdf).

A

A function that describes the likelihood of a continuous random variable taking on a specific value within an interval. Unlike a probability mass function (PMF), which applies to discrete random variables, a PDF applies to continuous random variables, which can take any value in a continuous range.

19
Q

Definition of continuous random variables and pdf.

A

Let X : Ω → R be a random variable. If there exists a (Lebesgue) integrable function fX : R → [0, ∞) such that
for every “nice” set B ⊂ R we have
P (X ∈ B) =integralB fX (x)d x,
then we call X a continuous random variable and fX the probability density function (pdf) of X

20
Q

What are the properties of a pdf?

A

•Non-negative: The PDF is always non-negative for all values of the random variable x:f X(x)≥0forallx
•Area under the curve equals 1: The total area under the curve of the PDF across all possible values of the random variable must equal 1. This reflects the fact that the total probability for all possible outcomes is 1:∫ −∞∞f X(x)dx=1
•The probability of a specific value is 0: For a continuous random variable, the probability of the variable taking any specific single value (e.g.,P(X=x)) is 0. Instead, probabilities are determined over intervals. For example, the probability that the variable falls within a range [a,b] is calculated as the integral of the PDF over that range:P(a≤X≤b)=∫ ab f X(x)dx
•Relationship to the CDF: The PDF is the derivative of the Cumulative Distribution Function (CDF). Conversely, the CDF is the integral of the PDF:F X (x)=∫ −∞->x
f X(t)dt