| mean.exponential | R Documentation |
exponential object.Method to obtain the mean of an exponential object.
## S3 method for class 'exponential'
mean(x, ...)
x |
The |
... |
Additional arguments (not used) |
The mean of the exponential distribution (1 / rate).
x <- exponential(rate = 0.5)
mean(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.