Probability mass function | |
Distribution | |
Mean | |
Variance |
The Poisson distribution is a discrete distribution bounded at 0 on the low side and unbounded on the high side. The Poisson distribution is a limiting form of the Hypergeometric distribution. The Poisson distribution finds frequent use, because it represents the infrequent occurrence of events whose rate is constant. This includes many types of events in time or space such as arrivals of telephone calls, defects in semiconductor manufacturing, defects in all aspects of quality control, molecular distributions, stellar distributions, geographical distributions of plants, shot noise, and so on. It is an important starting point in queuing theory and reliability theory.
- Description
- Generates a sample of the Poisson distribution.
- Parameters
-
Name Type Description lambda double The rate of occurrence. - Result
-
Type Description int The generated sample.
- Description
- Generates a sample of the Poisson distribution using the specified random number generator.
- Parameters
-
Name Type Description lambda double The rate of occurrence. r java.util.Random The random number generator. - Result
-
Type Description int The generated sample.
This document includes content from the Stat::Fit User's Manual. Copyright 2016 Geer Mountain Software Corp.
-
How can we improve this article?
-