Learn R Programming

mistr (version 0.0.2)

expdist: Creates an Object Representing Exponential Distribution

Description

The function creates an object which represents the exponential distribution.

Usage

expdist(rate = 1)

Arguments

rate

rate parameter, default: 1.

Value

Object of class expdist.

Details

See Exponential.

See Also

Exponential

Examples

Run this code
# NOT RUN {
E <- expdist(1)
d(E, c(2, 3, 4, NA))
r(E, 5)
# }

Run the code above in your browser using DataLab