Re: [statistics] Poisson distribution using a normal approximation

2021-08-02 Thread Gilles Sadowski
Le mar. 3 août 2021 à 00:09, Alex Herbert a écrit : > > The PoissonDistribution defines the method: > > /** > * Calculates the Poisson distribution function using a normal > * approximation. The {@code N(mean, sqrt(mean))} distribution is used > * to approximate the Poisson distribution. The co

[statistics] Poisson distribution using a normal approximation

2021-08-02 Thread Alex Herbert
The PoissonDistribution defines the method: /** * Calculates the Poisson distribution function using a normal * approximation. The {@code N(mean, sqrt(mean))} distribution is used * to approximate the Poisson distribution. The computation uses * "half-correction" (evaluating the normal distrib