Skip to main content
Module

x/simplestatistics/index.js>poissonDistribution

simple statistics for node & browser javascript
Go to Latest
function poissonDistribution
import { poissonDistribution } from "https://deno.land/x/simplestatistics@v7.7.5/index.js";

The Poisson Distribution is a discrete probability distribution that expresses the probability of a given number of events occurring in a fixed interval of time and/or space if these events occur with a known average rate and independently of the time since the last event.

The Poisson Distribution is characterized by the strictly positive mean arrival or occurrence rate, λ.

Parameters

lambda

location poisson distribution