CumPoissonInv

Revision as of 19:00, 18 August 2016 by Bbecane (talk | contribs)


new in Analytica 5.0

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.

Library

Distribution Densities Library (Distribution Densities.ana)

Use FileAdd Library... to add this library

Examples

Poisson10.png
CumPoissonInv(0.8, 10) → 13

History

Introduced in Analytica 5.0.

See Also

Comments


You are not allowed to post comments.