dgumbel: The Gumbel distribution

Description Usage Arguments

View source: R/gumbel.R

Description

Density, distribution and quantile functions, and random number generation for the Gumbel distribution

Usage

1
2
3
4
5
6
7
dgumbel(x, mu, sigma, log.d = FALSE)

rgumbel(n, mu, sigma)

pgumbel(q, mu, sigma, lower.tail = TRUE, log.p = FALSE)

qgumbel(p, mu, sigma, lower.tail = TRUE, log.p = FALSE)

Arguments

x, q, p

Vectors of quantiles or probabilities.

mu

The location parameter.

sigma

The scale parameter.

log.d, log.p

Whether to return logged values, or to treat probabilities/densities as being logged.

n

The number of observations.

lower.tail

Whether to return the lower tail. If lower.tail=FALSE, the upper tail is returned.


texmex documentation built on Dec. 4, 2020, 5:08 p.m.