mixexpgamma_gen | R Documentation |
Generate random numbers whose density function:
0.2(2 e^{-2x}) + 0.8 \frac{x^3}{3!}e^{-x}.
mixexpgamma_gen(n = 100, seed = NULL)
n |
The number of random numbers. |
seed |
A seed for random number generator. |
A numeric vector of probabilities for a given argument x
.
mixexpgamma_fun()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.