4.3 - Binomial Random Variable
Familiar Population
Interest - number of vowels in population
Sampling - i.i.d. with
Computations
A - number of vowels
| A | ||||
|---|---|---|---|---|
| 0 | 0 | 0.64 | 0.2304 | |
| 1 | 0.04 | 0.0192 | ||
| 2 | 1.44 | 0.2304 |
Conducting Inferential Statistics
Population -
Interest - number of vowels
Sampling method - i.i.d. with
| # of vowels | P(# of vowels) |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 |
Expected value -
Variance -
Binomial Random Variable
Random experiment
Outcomes classified as success S or failure F
Probability of success when running the experiment does not change $$P(S) = p$$
Probability of failure does not change as well $$P(F) = q = 1 - p$$
The random experiment is to be run for a fixed number of trials
The trials are identical for each run
The probabilities are independent across runs
The random variable is constructed by counting the number of successes in the
This does not work for SRS sampling, as for each of the choosings we'd have 1 less population, but works in i.i.d.!!!
On Inferential Statistics
Population -
Interest - number of vowels in population
Sampling method - i.i.d. with
Explain why this example can be understoodas a binomial random variable
we're choosing one person at a time, and putting them back, so the chance of choosing a vowel is always the same
Possible values of random variable
| Y | P(Y) |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 |
To create this table automatically, we can see this
| BRV | P() |
|---|---|
| 0 | |
| ... | |
| i | |
| ... | |
| n |
Probability Distribution Function
To find the probability of binomial random variable
Additional Formulas
Exercise
Construct a binomial random variable with a 100 possible values such that the expected values is 33
For 100 possible values,