Re: binomial distribution, variance question.



Surendra Singhi wrote:
> Hello,
> Assume that I have a coin with which p=0.75 probability, gives
head
> and q=0.25 probability gives tail.
>
> I toss this coin n=1000 times, the mean of the number of heads will
> be 'np', and the variance of the number of heads will be 'npq'.
>
> Now, if I rather plot a probability distribution function of the
mean
> of tosses, is it correct to assume that the plot will be a binomial
> distribution?

In the usual terminology, no. Values from a "binomial distribution"
have as possible values the integers 0, 1, to n. But the distribution
of the mean is a scaled version of this with possible values 0, 1/n,
2/n to 1.

>
> If I now approximate this plot by a normal distribution, the mean
> will be 'p', but the variance will be pq/n, is this correct?
>

This might be a good approximation depending on the size of n, and on
how close p or q is to zero. For your values it is probably OK. The
mean and variance you quote are exact values. Depending on what you
are trying to do, you might want to apply a "continuity correction"
when you apply approximation by the normal distribution. For example
to approximate the probability that the mean is greater than or equal
to j/n, you would look at the upper tail of the normal distribution
corresponding to a value (j-1/2)/n. This is a standard step to improve
the approximation, but it might have little effect with your sample
size. Of course, given the computing power typically assumed to be
available nowadays, some computer program should be available to
compute the probabilities directly from the underlying Binomial
distribution.

David Jones


.



Relevant Pages

  • Re: A Gambling Math Question
    ... Let p be the probability of success and q = 1-p = probability of failure. ... The standard deviation is approximately sqrt. ... But the approximation comes in replacing the binomial ... distribution with a normal distribution having the same mean and standard ...
    (sci.math)
  • Re: Statistics Question
    ... I have reading a basic statistics text, ... probability I would get from a binomial distribution. ... Lets say I flip a coin 40 times, and get 16 heads. ... You are trying to estimate the *discrete* binomial distribution ...
    (rec.sport.baseball)
  • Re: binomial distribution, variance question.
    ... >> and q=0.25 probability gives tail. ... and the variance of the number of heads will be 'npq'. ... if I rather plot a probability distribution function of the ... > when you apply approximation by the normal distribution. ...
    (sci.stat.math)
  • Re: How to calculate the proabability of a conditional probability?
    ... probability on conditional probability that I've found but I can't ... assert that my coin is biased at 20% and I have an empirical ... n gets large the distribution approximates to a normal distribution. ... approximation depends on p and q as well as n, ...
    (sci.math)
  • binomial distribution, variance question.
    ... Assume that I have a coin with which p=0.75 probability, ... probability gives tail. ... the variance of the number of heads will be 'npq'. ... is it correct to assume that the plot will be a binomial distribution? ...
    (sci.stat.math)