Re: A simple dice rolling problem
- From: Steve Oakley <steve.oakley@xxxxxx>
- Date: Thu, 17 Aug 2006 16:12:26 EDT
[snipped]
obtain binomialI have also seen the beta distribution used to
probabilities.
That's a different kind of identity, different from
relationships
between
tail probabilities of different distributions.
There is a relation between the cdf of a binomial and
the cdf of a beta. For the dice problem, just type this
in EXCEL:
=betadist(5/6,850,151)
and you will find an answer accurate enough for
practical work. (See below for a further comment
on the accuracy.)
Given the properties of the incomplete beta function, you
could also do it this way: =1-betadist(1/6,151,850)
Because of the way EXCEL computes its functions, you'll
get better accuracy using BINOMDIST rather than
BETADIST for this example. Nevertheless, the identity
exists and may be useful in other situations.
Steve Oakley
If you are interested in those, you will find quite a.
few on pp 1449-50
of the Peizer-Pratt paper (Dec. 1968) in equations
(7.1) to (7.19) in
the section on Recurrence Relations. The first few
are the ones
relating binomial terms to difference between the
cdfs of beta
distributions. That's the only copy of JASA before
2003 I kept. I
gave the rest of them to libraries in China. :)
-- Reef Fish Bob.
paper.
Now I'm going to have to grab a copy of your
paper only
Make sure you grab the right one. :) The 1992
high-lightedresults I extracted
the Binomial-F relation and pointed to the earlier
out1978 approximation
of Pratt's 1968 paper into one little section in my
paper in JASA. The approximation formulas andresults are obsolete
now because exact results can be quickly computed,but the
mathematical identities (5.1) - (5.6) in that paperare the ones that
make some discrete distribution tables obsolete.except to the F, but
No relation given for the beta distribution tail
thetail should be useful.
relation between the Poisson tail and Chi-square
-- Reef Fish Bob.
- Follow-Ups:
- Re: A simple dice rolling problem
- From: Reef Fish
- Re: A simple dice rolling problem
- References:
- Re: A simple dice rolling problem
- From: Reef Fish
- Re: A simple dice rolling problem
- Prev by Date: Re: Question about the usage of Binomial dist
- Next by Date: Re: Question about the usage of Binomial dist
- Previous by thread: Re: A simple dice rolling problem
- Next by thread: Re: A simple dice rolling problem
- Index(es):
Relevant Pages
|