Processing math: 100%
Section 3.5: The Binomial Probability Distribution
- Identify the 4 characteristics of a binomial experiment, and determine whether a given experiment has those characteristics.
- Determine the sample space for a given binomial experiment.
- State in what way a binomial random variable acts as a function from the sample space of a binomial experiment. That is, what does the binomial random variable output for a given outcome in the sample space?
- State the probability mass function for a binomial random variable with parameters n and p.
- Identify the parameters of a binomial random variable for a given binomial experiment.
- Use the formula for the probability mass function of a binomial random variable to compute P(X=x;n,p) directly.
- Use the probability mass function or cumulative distribution function for binomial random variables to compute P(X=x;n,p),P(X≤x;n,p),P(X>x;n,p), etc., using R
- i.e. For any probability query P(X∈Q), use dbinom or pbinom to answer the query.
- State the mean and variance of a binomial random variable, and compute the mean and variance from a given binomial experiment.