Posson Distribution

Poisson

The Poisson distribution has the discrete probability density function (PDF):

\[f(x;\mu) = \frac{\mu^k}{k!} exp(-\mu)\]

where \(x \in \mathbb{N}_0\) and \(\mu > 0\) is the mean and the variance.

Usage

e["Distribution"][*index*]["Type"] = "Univariate/Poisson"

Distribution Configuration

These are settings required by this distribution.

Mean
  • Usage: e[“Mean”] = real number

  • Description: The mean and variance of the distribution.

Configuration

These are settings required by this module.

Name
  • Usage: e[“Name”] = string

  • Description: Defines the name of the distribution.

Random Seed
  • Usage: e[“Random Seed”] = unsigned integer

  • Description: Defines the random seed of the distribution.

Range
  • Usage: e[“Range”] = gsl_rng

  • Description: Stores the current state of the distribution in hexadecimal notation.

Default Configuration

These following configuration will be assigned by default. Any settings defined by the user will override the given settings specified in these defaults.

{
"Name": "",
"Random Seed": 0,
"Range": ""
}