2.4.1 Discrete Uniform Flashcards

1
Q

What is a discrete uniform distribution?

A

A probability distribution where a finite number of outcomes are equally likely to occur.

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

What is a common example of a discrete uniform distribution?

A

Rolling a fair die, where each outcome (1 to 6) has an equal probability of occurring.

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

What are the parameters of a discrete 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
4
Q

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

A

( X sim ext{Uniform}(a, b) ), meaning ( X ) takes equally likely values from ( a ) to ( b ).

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

What is the probability of each outcome in a discrete uniform distribution?

A

Since all outcomes are equally likely, the probability of any specific value ( x ) is:
[ P(X = x) = \frac{1}{b - a + 1} ]

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

What does the PMF tell us about the relationship between the probability and specific values of ( X )?

A

The probability does not depend on what ( X ) is, as long as it is in the range ( [a, b] ).

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 discrete uniform distribution?

A

The average of the first and last values:
[ 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 discrete uniform distribution?

A

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

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

Example: If ( X ) represents the result of rolling a fair 6-sided die, what is its expected value?

A

The possible values are 1 to 6, so:
[ E[X] = \frac{1 + 6}{2} = 3.5 ]

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

If ( X ) is the number of accidents per week and follows a uniform distribution from 0 to 4, what is its mean?

A

[ E[X] = \frac{0 + 4}{2} = 2 ]

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

If each accident costs $1,000 in damages, what is the mean reimbursement per week?

A

Since reimbursement is ( 1,000 \times X ), the mean reimbursement is:
[ 1,000 \times E[X] = 1,000 \times 2 = 2,000 ]

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