Chapter 3 Flashcards
(33 cards)
What is a discrete random variable?
A discrete random variable is a function that assigns a real number to each outcome in the sample space of a random experiment.
What does the sample space represent in a discrete random variable?
The sample space will be discrete.
Provide an example of a sample space.
S = {a, b, c}
S = {yes, no}
S = {low, mid, high}
In the context of a random experiment, what does the random variable represent?
The random variable represents the numerical outcome of a trial.
What is the probability that a camera passes the test if the probability is given as 0.8?
0.8
What is the probability that a camera fails the test if the probability of passing is 0.8?
0.2
What is the random variable X in the example with cameras?
X denotes the number of cameras that pass the test.
What is a probability distribution?
A probability distribution describes the probabilities associated with the possible values of a random variable.
What does a probability mass function specify for a discrete random variable?
It specifies the list of possible values along with the probability of each.
Define cumulative distribution function.
The cumulative distribution function is the probability that a random variable will be found at a value less than or equal to a certain number.
What are the properties of a cumulative distribution function for a discrete random variable?
- Non-decreasing
- Limiting values: 0 as x approaches negative infinity and 1 as x approaches positive infinity
- Right-continuous
What does the mean of a discrete random variable represent?
The mean is a measure of center or middle of the probability distribution.
How is variance defined for a discrete random variable?
Variance is a measure of the dispersion or variability in the distribution.
What is the expected value of a function of a discrete random variable?
It is calculated using the probability mass function.
What is a discrete uniform distribution?
A discrete uniform distribution is where all outcomes are equally likely.
Provide an example of a discrete uniform distribution.
The sample space for rolling a dice: S = {1, 2, 3, 4, 5, 6}.
What are the requirements for a binomial distribution?
- The trials are independent
- Each trial results in only two possible outcomes
- The probability of success remains constant
How is the probability mass function for a binomial random variable defined?
P(X = k) = (n choose k) * p^k * (1-p)^(n-k)
What does the binomial coefficient represent?
It represents the number of ways to choose k successes in n trials.
What is the probability of exactly 2 successes in 18 trials with a success probability of 0.1?
Use the binomial distribution formula with n = 18, k = 2, and p = 0.1.
True or False: The expected value of a discrete random variable can be calculated using the weighted average of possible values.
True
Fill in the blank: The mean of a discrete random variable is a _______.
[measure of center]
Fill in the blank: The variance of a discrete random variable is a measure of _______.
[dispersion]
What function is used in Microsoft Excel® to calculate the binomial distribution?
BINOMDIST
This function calculates the probability of a given number of successes in a specified number of trials.