User Tools

Site Tools


poisson_distribution

This is an old revision of the document!


Poisson distribution

Poisson (포아송) distribution은 일정한 단위의 시간이나 단위 공간에서 한 사건이 발생하는 확률(probability)을 구하는데 사용하는 이산형 확률분포입니다.

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

e <- exp(1) 
e
> e <- exp(1) 
> e
[1] 2.718282
poisson_distribution.1572906594.txt.gz · Last modified: 2019/11/05 07:29 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki