Sample Proportion
- sample proportion (
) - estimates the population proportion
- proportion of the population that would do x
- single point estimate of
- don't know how close to
is, as p is unknown - we use mathematical arguments based on the Sampling Distributions of
to make statements - like margin of error, range
- 0.43 accurate within 0.03 19 times out of 20
- (0.40, 0.46) = 95% confidence interval (CI) for
- (0.40, 0.46) = 95% confidence interval (CI) for
- don't know how close to
- estimates the population proportion
- for large sample sizes,
distribution is approximately normal - normal approximation is best when n is large and
- reasonable with
- n large, p cant be close to 0 or 1
- normal approximation is best when n is large and
estimates - binomial random variable
as we can't use statistic
- number of individual in the sample with the characteristic of interest / total number of individuals in the sample
- for large sample sizes
is approximately normal
- binomial random variable
Suppose
Mean$$\begin{align}
E(Y)= E\left( \frac{X}{n} \right) & =\frac{1}{n}E(X)=\frac{1}{n}np=p
\end