Normal Approximation: Getting $E(X)$.

52 Views Asked by At

When we use normal approximation to a binomial distribution $Bin(n, p)$, do we assume it is a normal distribution and get $E(X)$ with $E(X)= \int_{-\infty}^{\infty}xf(x)dx$.

Or get $E(X)$ as a binomial distribution first with $E(X) = np$?

What about when you're normal approximating a distribution that you have no idea what distribution it is?

1

There are 1 best solutions below

0
On BEST ANSWER

If you use the normal approximation of a binomial random variable $Y\sim \operatorname {Bin}(n,p)$ for sufficiently large $n$, then you should first ask yourself, what normal distribution is actually used for the approximation (without normalization):

It is $\mathcal {N}(np,\,np(1-p))$, hence you use while using the normal approximation the known parameter for the mean and variance of $Y\sim \operatorname {Bin}(n,p)$.

If you don't know the distribution but still want to use the normal approximation (which needs ofc some justification), then as Henry points out, you need to use sample estimates of mean and variance.

Some reference like this might be useful too, some examples are calculated and also the continuity correction (since $Y$ is discrete vs. $\mathcal N$ is continuous) is introduced.