EXCEL POISSON.DIST FUNCTION

For a given parameter, the Excel POISSON.DIST function computes the Poisson Probability Increase In body or the Continuous Poisson Process Function.

Syntax :

=POISSON.DIST( xmeancumulative )

Parameters :

  • X – The number of occurrences for which you want the probability (must be 0). This number should be an integer; if a decimal is entered, Excel will truncate it to an integer. The predicted number of incidents (must be 0).
  • Cumulative – A logical argument indicating the kind of distribution to be computed. This might be either:
  •       TRUE – The cumulative distribution function is 
  •       FALSE – The probability mass function

Step By Step Guide of POISSON.DIST Function

Example :

The Poisson Probability Mass Function with an expected value (mean) of 25 is seen on the right. If you wish to determine the value of this function at x = 20, use the Excel Poisson.Dist function, as shown below: =POISSON.DIST.DIST.DIST.DIST.DIST.D ( 20, 25, FALSE ) This yields the value 0.051917469.

  • #NUM! – Occurs when either the specified x value or the supplied mean is 0.
  • #VALUE! – This error occurs if any of the supplied parameters is not a number.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now