Re: A Gambling Math Question




Let p be the probability of success and q = 1-p = probability of failure.
If N is the number of trials, the expected number of successes is
obviously N*p. The standard deviation is approximately sqrt(N*p*q). This
comes from the well-known normal approximation to the binomial
distribution, which you can easily read about using a Google search.

I don't understand why the standard deviation formula would be
sqrt(N*p*q). Why would you need to multiply both the probability of a
win and the probability of a loss. Wouldn't you just need one side,
either the sqrt (N*p) or the sqrt (N*q). Interestingly enough if you
did that for 100 trials the standard deviation would be 7.07, and if
you multiplied that by 3, you would get 21.21. I once heard the most
ever recorded losses in a row on a roulette table, betting black or
red, was like 22 or 23 losses in a row. Interesting.

.



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: A Gambling Math Question
    ... The standard deviation is approximately sqrt. ... comes from the well-known normal approximation to the binomial ... ever recorded losses in a row on a roulette table, betting black or ...
    (sci.math)
  • Approximative bias correction of the standard deviation
    ... multiplied in order to become an unbiased estimate of the population ... A Simple Approximation for Un- ... biased Estimation of the Standard Deviation. ...
    (sci.math)
  • Re: A Gambling Math Question
    ... The standard deviation is approximately sqrt. ... comes from the well-known normal approximation to the binomial ... The variance, which is the square of the standard deviation, can be ...
    (sci.math)
  • Re: Beginner question about sqrt()
    ... sqrt is for taking the square root of a number. ... You seem to be confused between "standard deviation" and z-score. ... Sinan Unur ...
    (comp.lang.c)