EXPONENTIAL {convdistr}R Documentation

Factory for a EXPONENTIAL distribution using confidence intervals

Description

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

Usage

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

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

[Package convdistr version 1.6.2 Index]