Learn R Programming

distributional (version 0.1.0)

dist_exponential: The Exponential Distribution

Description

stable

Usage

dist_exponential(rate)

Arguments

rate

vector of rates.

See Also

stats::Exponential

Examples

Run this code
# NOT RUN {
dist_exponential(rate = c(2, 1, 2/3))

# }

Run the code above in your browser using DataLab