powered by
exponential
Method to obtain the mean of an exponential object.
# S3 method for exponential mean(x, ...)
The mean of the exponential distribution (1 / rate).
1 / rate
The exponential object to obtain the mean of
Additional arguments (not used)
x <- exponential(rate = 0.5) mean(x)
Run the code above in your browser using DataLab