Stuff Flashcards
Mean and Standard Deviation Of a Binomial RV
Mean: Ux = np
Standard Deviation: ox = sqrt(np (1-p))
Binomial Distribution (Calc Usage)
Exactly 5: P(X= 5) = Binompdf(n, p, 5)
At Most 5: P(X ≤ 5) = Binomedf(n, p, 5)
Less Than 5: P(X < 5) = Binomedf(n, p, 4)
At Least 5: P(X≥ 5) = 1 - Binomedf(n, p, 4)
More Than 5: P(X > 5) =1 - Binomcdf(n, p, 5)
Remember to label n, p, and X!
Parameter vs. Statistic
A parameter measures a characteristic of a population, such as a population mean u or population proportion p. A statistic measures a characteristic of a sample, such as a sample mean I or sample proportion p. Statistics are used to estimate parameters.
Geometric Setting and Random Variable
Arises when we perform independent trials of the same chance process and record the number of trials it takes to get one success. On each trial, the probability p of success must be the same. X= number of trials needed to achieve one success
What is the sampling distribution of p hat?
Center = up = p
Spread = op = sqrt(p(1-p)/n) if n < N/10
Shape: Approx Normal if np >= 10 and n(1-p) >= 10
What is a sampling distribution>
A sampling distribution is the distribution of a sample statistic in all possible samples of the same size. It describes the possible values of a statistic and how likely these values are. Contrast with the distribution of the population and the distribution of a sample.
What is the sampling distribution of x hat?
Center = u hatx = u
Spread = o hatx = o/sqrt(n) if n < N/10
Shape: Normal if Pop is Normal or
Approx Normal if n >= 30 (CLT)
What is Central Limit Theorem (CLT)?
If the population distribution is not Normal the sampling distribution of the sample mean & will become more and more Normal as n increases
4 Step Process Confidence Intervals
STATE: What parameter do you want to estimate, and at what confidence level? PLAN: Choose the appropriate inference method. Check conditions. DO: If the conditions are met, perform calculations. CONCLUDE: Interpret your interval in the context of the problem
Unbiased Estimator
A statistic is an unbiased estimator of a parameter if the mean of its sampling distribution equals the true value of the parameter being estimated. In other words, the sampling distribution of the statistic is centered in the right place. A statistic is an unbiased estimator of a parameter if the mean of its sampling distribution equals the true value of the parameter being estimated. In other words, the sampling distribution of the statistic is centered in the right place.