EXPONENTIAL | R Documentation |
Returns an EXPONENTIAL distribution object that produce random numbers
from an exponential distribution using the rexp
function
new_EXPONENTIAL(p_rate, p_dimnames = "rvar")
p_rate |
A numeric that represents the rate of events |
p_dimnames |
A character that represents the name of the dimension |
An object of class DISTRIBUTION
, EXPONENTIAL
John J. Aponte
myDistr <- new_EXPONENTIAL(5)
myDistr$rfunc(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.