powered by
Returns an EXPONENTIAL distribution object that produce random numbers from an exponential distribution using the rexp function
rexp
new_EXPONENTIAL(p_rate, p_dimnames = "rvar")
An object of class DISTRIBUTION, EXPONENTIAL
DISTRIBUTION
EXPONENTIAL
A numeric that represents the rate of events
A character that represents the name of the dimension
John J. Aponte
myDistr <- new_EXPONENTIAL(5) myDistr$rfunc(10)
Run the code above in your browser using DataLab