CumPoissonInv

Revision as of 04:32, 12 February 2016 by Bbecane (talk | contribs)

new in Analytica 4.7

CumPoissonInv(p, mean)

The inverse of the CumPoisson function. Returns the smallest number of events, k, such that the probability P(n ≤ k) is at least «p» when n has a Poisson distribution with a mean of «mean». «p» must be a value between 0 and 1, and «mean» must be positive. Since the Poisson distribution is a distribution on the integers, the result is an integer value.

This is an analytic function, so that the result is not subject to sampling error.

Examples

Poisson10.png
CumPoissonInv(0.8, 10) → 13

History

Introduced in Analytica 4.7.

See Also

Comments


You are not allowed to post comments.