View source: R/table.dist.hypergeometric.R
table.dist.hypergeometric | R Documentation |
Calculates probabilities for the hypergeometric distribution and includes cumulative probabilities from each tail.
table.dist.hypergeometric(pop.success.count, total.count, sample.size)
pop.success.count |
Scalar - Total "successes" in population |
total.count |
Scalar - Total population size |
sample.size |
Scaler - How many items are sampled |
A data frame with x, probability at x, and cumulative probability from each tail to x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.