View Source Chi2fit.Distribution.Poisson (Chi-SquaredFit v2.0.2)

The Poisson distribution.

For the implementation, see https://en.wikipedia.org/wiki/Poisson_distribution, 'Generating Poisson-distributed random variables'

Link to this section Summary

Link to this section Types

@type t() :: %Chi2fit.Distribution.Poisson{
  name: String.t(),
  pars: [number()] | nil,
  period: number()
}