gev: Generalized Extreme Value distribution

pgevR Documentation

Generalized Extreme Value distribution

Description

Cumulative distribution function, density function, quantile function and generation of random variates of the generalized extreme value distribution.

Usage

pgev(q, loc = 0, scale = 1, shape = 0)

dgev(x, loc = 0, scale = 1, shape = 0)

qgev(p, loc = 0, scale = 1, shape = 0)

rgev(n, loc = 0, scale = 1, shape = 0)

Arguments

loc, scale, shape

location, scale, and shape parameter of the generalized extreme value distribution. All must be of length one.

x, q, p

numeric vector of values, quantiles, or probabilites.

n

numeric, number of random variates.

See Also

pgum, pgpd, pln3


TLMoments documentation built on March 27, 2022, 5:07 p.m.