Class: Poisson

Poisson

new Poisson(lambdaopt)

The constructor for a Poisson distribution object
Parameters:
Name Type Attributes Description
lambda float <optional>
Rate parameter
Source:

Extends

Methods

(static) computeLambda(data)

Helper function to compute parameter lambda for Poisson distribution
Parameters:
Name Type Description
data array The data from which to compute lambda
Source:

cdf()

The cumulative probability distribution function of the parametrised distribution.
Overrides:
Source:

fitData()

Method to fit distribution to data.
Overrides:
Source:

isUniquelyDetermined() → {bool}

The distribution is uniquely determined if it has all the parameters it requires to compute all other quantities of interest.
Overrides:
Source:
Returns:
- true if this distribution is uniquely determined, false otherwise
Type
bool

pmf()

The probability mass function of the parametrised distribution.
Overrides:
Source: