User Tools

Site Tools


poisson_distribution

This is an old revision of the document!


Poisson distribution

\begin{eqnarray*} P(X=x) = \frac {\lambda^{x} e^{-\lambda}}{x!}, \;\; \text{for } x = 0, 1, 2, 3, . . . \end{eqnarray*}

e <- exp(1) 
e
> e <- exp(1) 
> e
[1] 2.718282
poisson_distribution.1572847132.txt.gz · Last modified: 2019/11/04 14:58 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki