View source: R/distributions.R
Defines a probability space for an exponential distribution. Only one of scale or rate should be set. (The scale is the inverse of the rate.)
1 | Exponential(rate = 1, scale = NULL)
|
rate |
double; rate parameter for gamma distribution (often symbolized lambda) |
scale |
double; scale parameter for gamma distribution (often symbolized beta = 1 / lambda) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.