dst_hyper | R Documentation |
Creates a Hypergeometric distribution, representing the number of red balls drawn from an urn containing multiple colours, using a scoop that holds a fixed number of balls.
dst_hyper(m, n, k)
m |
The number of red balls in the urn; single positive integer. |
n |
The number of non-red balls in the urn; single positive integer. |
k |
the number of balls drawn from the urn (between 0 and |
A Hypergeometric distribution.
dst_hyper(15, 50, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.