prexp | R Documentation |
This function generates random numbers from exponentail distribution
prexp(n, Time = TRUE)
n |
how many numbers we need |
Time |
time dependent or not |
a vector of n numbers from exponential distribution
prexp(10)
prexp(10)
prexp(10,FALSE)
prexp(10,FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.