Create a Exponential distribution
Create a Exponential distribution
Exponential(rate = 1)
rate |
The rate parameter. Can be any positive number. Defaults
to |
A Exponential
object.
set.seed(27) X <- Exponential(5) X random(X, 10) pdf(X, 2) log_pdf(X, 2) cdf(X, 4) quantile(X, 0.7) cdf(X, quantile(X, 0.7)) quantile(X, cdf(X, 7))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.