Description Usage Arguments Details Value
Density, distribution function, quantile function and
random generation for the LEV distribution with location
loc
and scale scale
.
1 2 3 4 5 6 7 |
p |
Vector of probabilities |
loc |
Location parameter |
scale |
Scale parameter |
q |
Vector of quantiles |
x |
Vector of quantiles |
n |
Number of observations |
If loc
is not specified, a default
value of 0 is used. If scale
is not
specified, a default value of 1 is used.
The largest extreme value distribution with location parameter μ and scale σ has density
f(x;μ,σ) = \frac{1}{σ}φ_{_{LEV}}≤ft(\frac{x-μ}{σ}\right),\quad -∞ < x < ∞
where φ_{_{LEV}}(z) exp[-z - exp(-z)] is the density of the standard LEV distribution.
dlev
gives the density,
plev
gives the distribution function,
qlev
gives the quantile function, and
rlev
generates random observations.
The length of the result is determined by n
for rlev
, and is the maximum of the lengths
of the numerical arguments for the other functions.
The numerical arguments other than n
are
recycled to the length of the result.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.