Advice on same sizes vs population.

  • Context: Undergrad 
  • Thread starter Thread starter RufusDawes
  • Start date Start date
  • Tags Tags
    population
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
RufusDawes
Messages
154
Reaction score
0
Hello,

I have a survey where there will be a known population and a number of people sampled from within the survey population.

What I'd like to know is what sample size I should use to receive a certain margin of error which will be set at a constant 5% with 95% confidence.

I would like to consider this with the size of the population in mind. I understand that statistical theory sometimes indicates that the size is not relevant, but the variability is what determines the sample size.

I'm not sure if that is relevant as the true proportion is not known and is estimated based on the survey results.

What I'm trying to avoid is taking a sample which is too small and could therefore be more random than expected by formula which don't consider the population size.

I was thinking that a hyper-geometric distribution might be useful but then I realized that only applies for small sample sizes ? Is this correct ?

I have seen tables where they say what sample size you should use for a given population, margin of error and confidence level but I want to know what is the underlying equation.

I tried ripping off the java script from a few calculators but I'm still not sure exactly the theory is behind it.

Thanks.
 
Physics news on Phys.org
The general idea (assuming a simple yes - no for your survey) is the standard deviation ~ √(p(1-p)/n) where p is the probability of yes and n is the sample size. If p ~ 1/2 you would need a certain size n, but for p near 0 or near 1 you would need a much larger sample.