Пуассоны тархалт

JavaScript - Poisson Distribution Function

Poisson Distribution Function

JavaScript
      Enter Poisson Distribution Arguments

          x-value: 
           lambda: 

Poisson P(X<=x) :

If 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

Олны танил

Бие даалт 17

Лекц 12 (эхлэл)

3.7.

15.4.-15.7.

2.41