Poisson

constructor(mean: Double = 1.0, name: String? = null)(source)

Parameters

mean

the mean rate

name

an optional label/name


constructor(parameters: DoubleArray)(source)

Constructs a Poisson using the supplied parameter

Parameters

parameters

A array that holds the parameters, parameters0 should be the mean rate