User Tools

Site Tools


b:head_first_statistics:poisson_distribution

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
b:head_first_statistics:poisson_distribution [2025/10/07 07:05] – [Exercise] hkimscilb:head_first_statistics:poisson_distribution [2025/10/07 08:42] (current) – [Poisson Distribution] hkimscil
Line 46: Line 46:
 \end{eqnarray*} \end{eqnarray*}
  
 +<code>
 +> dpois(3, 2)
 +[1] 0.180447
 +>
 +
 +</code>
 ====== What does the Poisson distribution look like? ====== ====== What does the Poisson distribution look like? ======
  
Line 425: Line 431:
 \begin{eqnarray*} \begin{eqnarray*}
 P(X=0) & = & \frac {e^{-1}{1^0}}{0!} \\ P(X=0) & = & \frac {e^{-1}{1^0}}{0!} \\
-& = & \frac {e^-1 * 1}{1} \\+& = & \frac {e^{-1* 1}{1} \\
 & = & .368  & = & .368 
 \end{eqnarray*} \end{eqnarray*}
 </WRAP> </WRAP>
 +
 +<code>
 +> dpois(0, 1)
 +[1] 0.3678794
 +
 +> ppois(0, 1)
 +[1] 0.3678794
 +
 +</code>
  
 <WRAP box> <WRAP box>
b/head_first_statistics/poisson_distribution.1759788324.txt.gz · Last modified: by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki