3.5.1 Multinomial Flashcards

(14 cards)

1
Q

What is the multinomial distribution?

A

A generalization of the binomial distribution used when each trial has more than two possible outcomes.

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

When should you use a multinomial distribution?

A

When you perform n independent trials, each with k possible outcomes, and you want the joint distribution of the counts of each outcome.

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

What is the joint PMF formula for the multinomial distribution?

A

P(X₁ = x₁, …, X_k = x_k) = [n! / (x₁! x₂! … x_k!)] * (p₁)^{x₁} * (p₂)^{x₂} * … * (p_k)^{x_k}, where Σxᵢ = n and Σpᵢ = 1.

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

What do x₁, …, x_k represent in the multinomial formula?

A

The number of times each outcome occurs in n trials.

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

What does the multinomial coefficient count?

A

The number of ways to partition n items into k categories of sizes x₁, x₂, …, x_k.

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

What are the conditions for the multinomial formula?

A
  • n is fixed
  • Outcomes are mutually exclusive
  • Trials are independent
  • Probabilities pᵢ are constant and sum to 1.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the marginal distribution of a single outcome Xᵢ in a multinomial?

A

Binomial(n, pᵢ).

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

What is the mean and variance of Xᵢ in a multinomial?

A

E[Xᵢ] = n * pᵢ, Var(Xᵢ) = n * pᵢ * (1 - pᵢ).

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

What is the covariance between Xᵢ and Xⱼ in a multinomial?

A

Cov(Xᵢ, Xⱼ) = -n * pᵢ * pⱼ (for i ≠ j).

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

Why is the covariance between categories negative in a multinomial?

A

Because an increase in one outcome implies fewer trials are left for others — their counts are not independent.

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

Why can’t you always use the binomial shortcut in multinomial problems?

A

If more than two outcomes have non-zero counts, the binomial shortcut doesn’t apply — use full multinomial formula.

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

In Example 3.5.1, why was the binomial used for red marbles?

A

Because only the count of red marbles mattered — the other categories were grouped as ‘not red.’

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

What’s a good way to structure a multinomial problem?

A

Step 1: Identify n and k
Step 2: Define counts x₁, …, x_k
Step 3: Identify probabilities p₁, …, p_k
Step 4: Plug into the multinomial PMF.

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

What is a multinomial experiment?

A

A set of n independent trials, each resulting in exactly one of k mutually exclusive outcomes.

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