Let X denotes the number of successes in n trials and p is the probability of success.
Then, X ~ B(n, p) and EX = np, VarX = npq.
If n is really large (e.g. n > 20000) then it seems also reasonable to calculate the expected number of successes to be λ = np and model X as Poisson(λ).
Doing so we find EX = VarX = λ.
The two models provide the same expected value but different variances. I understand that the Binomial approach is the correct one.
The question is:
Is the Poisson model a false approach for this problem?
or:
What is the reason that the Poisson approach give "inflated" estimation for the variance?