2.15.1 Beta Flashcards

(13 cards)

1
Q

What is the support of the beta distribution?

A

The beta distribution is defined on the interval [0, 1].

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

How do you write the beta distribution with parameters?

A

If X ~ Beta(α, β), then X is a beta random variable with shape parameters α > 0 and β > 0.

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

What is the PDF of the beta distribution?

A

f(x) = [x^(α - 1) * (1 - x)^(β - 1)] / B(α, β), for 0 < x < 1

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

What is the beta function B(α, β)?

A

B(α, β) = ∫₀¹ t^(α - 1) * (1 - t)^(β - 1) dt

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

What happens when α = β = 1?

A

The beta distribution becomes Uniform(0, 1) with f(x) = 1 for 0 < x < 1.

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

Does the beta distribution have a closed-form CDF?

A

No — the CDF must be computed numerically.

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

What is the mean of X ~ Beta(α, β)?

A

E[X] = α / (α + β).

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

What is the variance of X ~ Beta(α, β)?

A

Var(X) = (α * β) / [(α + β)² * (α + β + 1)].

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

What shapes can the beta distribution take?

A

Uniform, U-shaped, J-shaped, bell-shaped — it’s super flexible.

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

What does the beta distribution model in practice?

A

Proportions and probabilities — anything bounded between 0 and 1.

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

How do you find the constant in a beta-like PDF?

A

Integrate the PDF over [0, 1] and set it equal to 1 to solve for the constant.

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

How do you recognize a beta-shaped PDF?

A

It has the form: f(x) = k * x^(α - 1) * (1 - x)^(β - 1), on [0, 1].

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

What is the shortcut to compute Var(X) if you know E[X] and E[X²]?

A

Var(X) = E[X²] - (E[X])².

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