Definition
It is a specific type of Sampling Distribution
Let be a binomial distribution, then the proportion of successes is:
Based on this we know that ,
Binomial Form
Normal Approximation
Independence
For a sufficiently large , we can apply the Central Limit Theorem
This applies when:
- has a Normal Distribution
Solution Methods
Normal Approximation
In R:
sigma_p <- sqrt( pi*(1-pi)/n )
pnorm( p_valor, pi, sigma_p )