View source: R/distributions.R
sim_hypergeometric | R Documentation |
Simulation framework for Hyper-geometric random variable
sim_hypergeometric(m, n, k, params = NULL, data = NULL)
m, n, k |
The parameters of hypergeometric distribution. |
params |
The list of parameters. |
data |
An optional data frame. |
Other simulation frameworks:
sim_bernoulli()
,
sim_beta()
,
sim_binomial()
,
sim_cauchy()
,
sim_chisq()
,
sim_exponential()
,
sim_form()
,
sim_f()
,
sim_gamma()
,
sim_geometric()
,
sim_multinominal()
,
sim_negative_binomial()
,
sim_normal()
,
sim_poisson()
,
sim_t()
,
sim_uniform()
,
sim_weibull()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.