pgum {TLMoments}R Documentation

Gumbel distribution

Description

Cumulative distribution function, density function, quantile function and generation of random variates of the Gumbel distribution.

Usage

pgum(q, loc = 0, scale = 1)

dgum(x, loc = 0, scale = 1)

qgum(p, loc = 0, scale = 1)

rgum(n, loc = 0, scale = 1)

Arguments

loc, scale

location and scale parameter of the Gumbel 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

pgev, pgpd, pln3


[Package TLMoments version 0.7.5.3 Index]