powered by
The function creates an object which represents the exponential distribution.
expdist(rate = 1)
rate parameter, default: 1.
Object of class expdist.
See Exponential.
Exponential
# NOT RUN { E <- expdist(1) d(E, c(2, 3, 4, NA)) r(E, 5) # }
Run the code above in your browser using DataLab