| Calling Sequence
| ProbBallsBoxes(k,n,eps)
|
| Parameters
| | Name | Type | Description |
|
| k
| posint | number of boxes |
| n
| posint | number of balls randomly thrown in [0,1] |
| eps
| positive | 0 |
|
| Return Type
| positive |
| Synopsis
| Computes the probability of having each of the
k boxes with at least one ball when n balls are thrown randomly
over the interval [0,1].
Each of the boxes is assumed to be of width eps and are placed
randomly and without overlaps.
This is the main tool for computing scores (-10*log10(Prob()))
of the MassProfile results. |
| Examples
| > ProbBallsBoxes(3,10,0.0001);
7.1924e-10
|
| See also
| Cumulative, DigestAspN, DigestionWeights, DigestSeq, DigestTrypsin, DigestWeights, DynProgMass, DynProgMassDb, enzymes, lnProbBallsBoxes, MassProfileResults, OutsideBounds, ProbCloseMatches, SearchMassDb, Stat, StatTest, Std_Score |