CumPoissonInv

Revision as of 00:07, 31 December 2015 by Lchrisman (talk | contribs) (created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

See Also

Comments


You are not allowed to post comments.