Пуассоны тархалт
Poisson Distribution Function
JavaScriptIf items arrive at times 0< t1 < t2 < ... such that the interarrival times,
t1, t2-t1, t3-t2, ... are independent with exponential distributions, E(1),
then the number of arrivals that occur in the time interval (0,lambda)
has the Poisson distribution, P(lambda). This distribution has mean
lambda, variance lambda, and probability mass function,
f(x | lambda) = e-lambda lambdax/x! for x = 0,1,2,...
For the distribution function, we have as an example,
P(x<=1) = 1/e + 1/e = .73576