Description Usage Arguments Details Value Note Author(s) References See Also Examples
The exponential distribution is the probability distribution that describes the time between events in a Poisson point process, i.e. a process in which events occur continuously and independently at a constant average rate. It is a particular case of the gamma distribution.
1 | expgen(landa)
|
landa |
landa as <ce><bb> , the exponential rate parameter. |
Exponential distribution is a particular case of the gamma distribution. It is the continuous analogue of the geometric distribution, and it has the key property of being memoryless. In addition to being used for the analysis of Poisson point processes it is found in various other contexts.
The returned value of this function is a random variable from exponential distribution with <ce><bb> as the exponential parameter.
-
P.Hessabi
www.wikipedia.org
expgen.R
1 | expgen(2.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.