| Download a pdf copy of this help file here |
See also:

Format:
VosePoissonUniform(min,max,
U)
A PoissonUniform(min,max) is a version of the Poisson (λ) distribution for which the mean λ is itself a Uniform(min,max) random variable:
PoissonUniform(min,max) = Poisson (Uniform (min,max))

The PoissonUniform distribution can be used in place of the Poisson distribution for modeling counts of events where the observed variation between periods is greater than would be predicted by a Poisson distribution. For a Poisson distribution, Variance/mean is given by:
and for the PoissonUniform it is:

It can be useful to compare the distribution fits for count data from a variety of Poisson-related distributions like the Poisson, Pólya, Delaporte, ZIPoisson, PoissonUniform and BurntFingerPoisson because they allow you to test different possible mechanisms that may be in place.
VosePoissonUniform generates values from this distribution or calculates a percentile. Professional and Industrial editions only.
VosePoissonUniformObject constructs a distribution object for this distribution. Professional and Industrial editions only.
VosePoissonUniformProb returns the probability mass or cumulative distribution function for this distribution. Professional and Industrial editions only.
VosePoissonUniformProb10 returns the log10 of the probability mass or cumulative distribution function. Professional and Industrial editions only.
VosePoissonUniformFit generates values from this distribution fitted to data, or calculates a percentile from the fitted distribution. Professional and Industrial editions only.
VosePoissonUniformFitObject constructs a distribution object of this distribution fitted to data. Professional and Industrial editions only.
VosePoissonUniformFitP returns the parameters of this distribution fitted to data. Professional and Industrial editions only.