10/15/2021
Problem Session
Reminder: Short Paper #1 is due on Wednesday, October 20
Reminder about a few R commands
- dbinom(x, n, p) provides the probability of exactly x successes in n Bernoulli trials, each with probability p
- dgeom(y, p) provides the probability of y failures before the first success for a geometric(p) R.V.
- dnbinom(y, r, p) provides the probability of y failures before the rth succcess, each with probability p
Overview of the Central Limit Theorem
- For sums of random variables
- For averages of random variables
HW for next time
- State the CLT for a sample proportion
Please read Section 5.2 for class on Monday.