Description Usage Arguments Details See Also Examples
Density, distribution function, quantile function and random generation for the inverse exponential distribution.
1 2 3 4 5 6 7 |
x, q |
vector of quantiles. |
rate |
degrees of freedom (non-negative, but can be non-integer). |
log, log.p |
logical; if TRUE, probabilities p are given as log(p). |
lower.tail |
logical; if TRUE (default), probabilities are P[X <= x] otherwise, P[X > x]. |
p |
vector of probabilities. |
n |
number of observations. If length(n) > 1, the length is taken to be the number required. |
The functions (d/p/q/r)invexp simply wrap those of the standard
(d/p/q/r)exp R implementation, so look at, say,
dexp
for details.
dexp
; these functions just wrap the
(d/p/q/r)exp functions.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.