View source: R/distribution_sampling.R
distribution_sampling | R Documentation |
Sampling from a given distribution
distribution_sampling(n, distribution, parameters)
n |
number of sampling runs |
distribution |
A string describing selected distribution. The same as a part of the string following the "r" in each random variate generation function in ?distributions. |
parameters |
vector of parameters to pass to the random variate generation function after number of observations. |
Sample of random deviates.
Kasia Sawicka
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.