Probability Distributions | Poisson

Binomial Poisson Normal Charts Histograms Hypothesis Testing

← Back to Quality Management

Poisson Probability Calculator

Cumulative? Probability of Success (x) Mean Successes (µ)

Poisson Theory

Poisson Distribution poses similarities to Binomial Distribution in that;

  • Both are for a discrete distribution
  • Both measure the number of successes

However, Poisson Distribution differs in that the possibilities of success are infinite.

Note, here, that “success” doesn’t mean “good”. It is merely the subject of interest in the current context. Ergo, “success” could be the number of defected items in the context or the number of missing items in a crate.

If you have a book with 500 pages and you wanted to find the probability of pages with an error, you would use Binomial Distribution, since you would be attempting to find a whole value between 0 and 500. A page either has errors or it doesn’t!

Now, if you wanted to find the probability of the number of errors throughout the book, unconstrained by pages, then you would use Poisson Distribution. The book may have 1 error, 500 errors or, conceiveably, 1 Million errors. The value is, potentially, infinite.

A poisson experiment has the following properties:

  • The experiment results in outcomes that can be classified as successes or failures.
  • The average number of successes (µ) that occurs in a specified region is unknown.
  • Outcomes are random. The occurrance of one outcome does not influence the chance of another outcome of interest.
  • The outcomes of interest are rare relative to the possible outcomes. For example, road accidents, queue at the counter, number of defects.

The formula to determine x number of successes with Poisson Distribution is:

P(x, µ) = e • (µx / x!)

where:

  • e is the base of the natural logarithm system; a constant equal to approximately 2.71828.
  • µ is the mean number of successes that occur in a specified region.
  • x is the actual number of successes that occur in a specified region.
  • P(x; µ) is the Poisson Distribution that has exactly x successes occurring in a Poisson experiment when the mean number of successes is µ.

Poisson Distribution

Finding the Standard Deviation for Poisson is a little different. You will need to know how to do this for c and u charts.

Mean (µ)

Quite simply, the mean is the µ. We already know it prior to calculation.

Variance (also µ)

The variance is also the µ.

Standard Deviation

µ

Thus standard deviation is the square-root of the variance, as with Binomial etc.

← Back to Quality Management

Email

me@jah.red