lgumbel.min: log-Gumbel distribution (Weibull)

lgumbel.minR Documentation

log-Gumbel distribution (Weibull)

Description

Density, distribution function, and quantile function for log-Gumbel (Weibull) distribution.

Usage

dlgumbel.min(x, loclog = 0, scalelog = 1, log = FALSE)

plgumbel.min(q, loclog = 0, scalelog = 1, lower.tail = TRUE, log.p = FALSE)

qlgumbel.min(p, loclog = 0, scalelog = 1, lower.tail = TRUE, log.p = FALSE)

rlgumbel.min(n, loclog = 0, scalelog = 1)

Arguments

x, q

A numeric vector of quantiles.

loclog

A numeric value of location parameter for Gumbel distribution.

scalelog

A numeric value of scale parameter for Gumbel distribution.

log, log.p

A logical; if TRUE, the probability p is given as log(p).

lower.tail

A logical; if TRUE, the probability is P[X <= x], otherwise, P[X > x].

p

A numeric vector of probabilities.

Details

The log-Gumbel distribution (minimum) has the cumulative distribution function F(q) = 1-exp(-exp(-z)) where z = (-log(q)-loc)/scale

Value

'dlgumble.min' gives the desity, 'plgumbel.min' gives the distribution, and 'qlgumbel.min' gives the quantile function.


okamumu/Rsrat documentation built on Feb. 10, 2024, 11:07 p.m.