| exponential | R Documentation |
Construct exponential distribution object.
exponential(rate)
rate |
failure rate |
An exponential distribution object.
x <- exponential(rate = 2)
mean(x)
vcov(x)
format(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.