Chapter 3 Flashcards

(13 cards)

1
Q

Q: What is the probability generating function (pgf)?

A

A: The pgf of a discrete random variable X is G(z) = E[z^X]. It helps determine the distribution and moments of X.

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

Q: How do you compute the expectation using pgf?

A

A: The expectation is E[X] = G’(1), where G’(z) is the derivative of the pgf.

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

Q: How do you calculate variance using pgf?

A

A: Variance is Var(X) = G’‘(1) + G’(1) - (G’(1))^2, using the second derivative of the pgf.

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

Q: What is the moment generating function (mgf)?

A

A: The mgf of a continuous random variable X is M(s) = E[e^(sX)]. It is used to derive moments and determine the distribution.

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

Q: How do you compute the expectation and variance using mgf?

A

A: E[X] = M’(0), and Var(X) = M’‘(0) - (M’(0))^2 using the first and second derivatives of the mgf.

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

Q: What is the linear transformation property of the mgf?

A

If Y = a + bX (where a and b are constants and X is a random variable), the Moment Generating Function (MGF) of Y is related to the MGF of X by the following formula:

M_Y(s) = E[e^{sY}] = E[e^{s(a + bX)}] = e^{as} \c M_X(bs)
MX is the mgf of X

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

Q: What is the joint pgf of independent random variables?

A

A: For independent X1, …, Xn, the joint pgf is G(z1, …, zn) = Π E[z_i^X_i], the product of the individual pgfs.

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

Q: What is the joint mgf of independent random variables?

A

A: For independent X1, …, Xn, the joint mgf is M(s1, …, sn) = Π E[e^(s_iX_i)], the product of the individual mgfs.

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

Q: What is the Central Limit Theorem (CLT)?

A

A: The CLT states that for i.i.d. variables with finite mean and variance, the sample mean approaches a normal distribution as n → ∞.

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

Q: How to approximate probabilities using CLT?

A

A: Use the formula P(a < Xn ≤ b) ≈ Φ((b - μ) * √n / σ) - Φ((a - μ) * √n / σ) for large n.

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

Q: How do sums of uniform random variables relate to CLT?

A

A: As the number of uniform variables increases, their sum approaches a normal distribution according to the CLT.

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

Q: What is the moment generating function (mgf) of the Gamma distribution?

A

A: For X ~ Gamma(α, λ), the mgf is M(s) = (1 - s/λ)^(-α), which can be used to find the distribution, expectation, and variance.

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

Q: What is the mgf of a normal distribution?

A

A: For X ~ N(μ, σ²), the mgf is M(s) = exp(μs + 0.5σ²s²), which is used to derive the expectation and variance.

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