2.10.1 Continuous Uniform Flashcards

(10 cards)

1
Q

What is a continuous uniform distribution?

A

A probability distribution where every interval of the same length within the domain is equally likely to occur.

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

What are the parameters of a continuous uniform distribution?

A

Two values:
- ( a ) (the lowest possible value)
- ( b ) (the highest possible value)

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

How do we write that a random variable ( X ) follows a continuous uniform distribution?

A

( X sim U(a, b) ), meaning ( X ) is uniformly distributed between ( a ) and ( b ).

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

What is the probability density function (PDF) of a continuous uniform random variable?

A

The height of the distribution is constant:
[ f(x) = \frac{1}{b - a}, \quad \text{for } a \leq x \leq b ]
If ( x ) is outside this range, the probability is zero.

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

What does the PDF of the continuous uniform tell us about the likelihood of different values?

A

Since the PDF is a constant, every value in the range has the same likelihood, meaning it is equally likely to occur.

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

What is the cumulative distribution function (CDF) of a continuous uniform random variable?

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

What is the mean (expected value) of a continuous uniform distribution?

A

The midpoint of the interval:
[ E[X] = \frac{a + b}{2} ]

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

What is the variance of a continuous uniform distribution?

A

The formula for variance is:
[ \text{Var}(X) = \frac{(b - a)^2}{12} ]

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

If a random variable ( X ) is uniform on [100, 500], what is its expected value?

A

[ E[X] = \frac{100 + 500}{2} = 300 ]

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

What is the probability that ( X ) (from [100, 500]) is greater than 400 on a continuous uniform?

A

[ P(X > 400) = \frac{500 - 400}{500 - 100} = \frac{100}{400} = 0.25 ]

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