powered by
The density of the exponential distribution
dexp0(x, rate = 1, log = FALSE)
vector or matrix of quantiles. If x is a matrix, each row is taken to be a quantile.
positive number; the rate parameter.
logical; if TRUE, returns the log value.
# NOT RUN { n <- 10 x <- rexp0(n, rate = 3) dexp0(x, rate = 3) # }
Run the code above in your browser using DataLab