EXPONENTIAL: Factory for a EXPONENTIAL distribution using confidence...

Description Usage Arguments Value Author(s) Examples

Description

Returns an EXPONENTIAL distribution object that produce random numbers from an exponential distribution using the rexp function

Usage

1
new_EXPONENTIAL(p_rate, p_dimnames = "rvar")

Arguments

p_rate

A numeric that represents the rate of events

p_dimnames

A character that represents the name of the dimension

Value

An object of class DISTRIBUTION, EXPONENTIAL

Author(s)

John J. Aponte

Examples

1
2
myDistr <- new_EXPONENTIAL(5)
myDistr$rfunc(10)

convdistr documentation built on April 20, 2021, 9:06 a.m.