number of attempts in the multinomial distribution
p
probabilities for landing in a specific bin
iter
number of iterations used in the Monte-Carlo approximation
seed
seed for the random number generator
experimental
access to other functions of multinomials
Value
Details
This functions computes the variance of the occupancy distribution
for a multinomial. In other words, the expected number of bins with
at least one ball. The experimental argument "oneBall" computes
variance of bins with exactly one ball and the experimental argument
"nextTo" computes the variance of bins with one ball next to a bin
with zero balls. Consider any functionality through the experimental
argument untested.
References
See the book chapter O. Will (**) in ** for specific details about
this package or Johnson, N. L. and Kotz, S. (1977) Urn Models and Their
Application: An Approach to Modern Discrete Probability Theory.
John Wiley & Sons, New York, NY.