Learn R Programming

SPREDA (version 1.2)

psev: The Standard Smallest Extreme Value Distribution

Description

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

Usage

psev(z)
dsev(z)
qsev(p)
rsev(n)

Value

psev returns cdf, dsev returns pdf, qsev returns quantiles, and rsev returns random samples.

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.

Author

Yili Hong

See Also

plev, dlev, qlev, rlev.

Examples

Run this code
psev(c(2,3))
dsev(c(2,3))
qsev(0.1)
rsev(10)

Run the code above in your browser using DataLab