fexp | R Documentation |
Quantile derivative functions for exponential distributions
fexp(u, lambda)
dqexp(u, lambda, log = FALSE)
ffexp(u, lambda)
u |
numeric probability vector |
lambda |
parameter of exponential distribution |
log |
logical; if TRUE log density is returned. Default is FALSE |
quantile density, density quantile or quantile convexity for fexp
, dqexp
and ffexp
, respectively
fexp(0.1, 0.5)
dqexp(0.1, 0.5)
ffexp(0.1, 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.