Creates an Object Representing Exponential Distribution
The function creates an object which represents the exponential distribution.
expdist(rate = 1)
rate |
rate parameter, default: 1. |
See Exponential
.
Object of class expdist.
E <- expdist(1) d(E, c(2, 3, 4, NA)) r(E, 5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.