logo
excelfunctions.org
bookmarks

POISSON

Returns the Poisson distribution.

CompatibilityCompatibility / LegacyLegacy / Older Versions

What it does

Legacy Poisson distribution function.

Syntax

POISSON(x, mean, cumulative)

Arguments

  • x(number) β€” Number of events.
  • mean(number) β€” Expected numeric value.
  • cumulative(logical) β€” TRUE=cumulative.

Examples

Legacy Poisson

Prob of 2 events, mean 5.

FORMULA
=POISSON(2, 5, FALSE)
RESULT
0.084
SAMPLE DATA
AB
1xmean
225