The cdf, pdf, quantile function, and random number generation for the standard largest extreme value distribution.
plev(z)
dlev(z)
qlev(p)
rlev(n)
Vector of values where the cdf or pdf to be evaluated.
Vector of probabilities where the quantile function to be evaluated.
Number of random samples. If input is a vector, then the number generated is the length of it.
plev
returns cdf, dlev
returns pdf, qlev
returns quantiles, and rlev
returns random samples.
# NOT RUN {
plev(c(2,3))
dlev(c(2,3))
qlev(0.1)
rlev(10)
# }
Run the code above in your browser using DataLab