plev: The Standard Largest Extreme Value Distribution

Description Usage Arguments Value Author(s) See Also Examples

Description

The cdf, pdf, quantile function, and random number generation for the standard largest extreme value distribution.

Usage

1
2
3
4
plev(z)
dlev(z)
qlev(p)
rlev(n)

Arguments

z

Vector of values where the cdf or pdf to be evaluated.

p

Vector of probabilities where the quantile function to be evaluated.

n

Number of random samples. If input is a vector, then the number generated is the length of it.

Value

plev returns cdf, dlev returns pdf, qlev returns quantiles, and rlev returns random samples.

Author(s)

Yili Hong

See Also

psev, dsev, qsev, rsev.

Examples

1
2
3
4
plev(c(2,3))
dlev(c(2,3))
qlev(0.1)
rlev(10)

SPREDA documentation built on May 2, 2019, 4 p.m.