b:head_first_statistics:poisson_distribution
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
b:head_first_statistics:poisson_distribution [2025/10/07 07:07] – [Exercise] hkimscil | b:head_first_statistics:poisson_distribution [2025/10/07 08:42] (current) – [Poisson Distribution] hkimscil | ||
---|---|---|---|
Line 46: | Line 46: | ||
\end{eqnarray*} | \end{eqnarray*} | ||
+ | < | ||
+ | > dpois(3, 2) | ||
+ | [1] 0.180447 | ||
+ | > | ||
+ | |||
+ | </ | ||
====== What does the Poisson distribution look like? ====== | ====== What does the Poisson distribution look like? ====== | ||
Line 429: | Line 435: | ||
\end{eqnarray*} | \end{eqnarray*} | ||
</ | </ | ||
+ | |||
+ | < | ||
+ | > dpois(0, 1) | ||
+ | [1] 0.3678794 | ||
+ | > | ||
+ | > ppois(0, 1) | ||
+ | [1] 0.3678794 | ||
+ | > | ||
+ | </ | ||
<WRAP box> | <WRAP box> |
b/head_first_statistics/poisson_distribution.1759788436.txt.gz · Last modified: by hkimscil