expgen: Exponential Generator

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/expgen.R

Description

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.

Usage

1
expgen(landa)

Arguments

landa

landa as <ce><bb> , the exponential rate parameter.

Details

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.

Value

The returned value of this function is a random variable from exponential distribution with <ce><bb> as the exponential parameter.

Note

-

Author(s)

P.Hessabi

References

www.wikipedia.org

See Also

expgen.R

Examples

1
expgen(2.5)

amoloudi/R-PKG-Distributions documentation built on May 23, 2019, 7:32 a.m.