dlgumbel {ssdtools} | R Documentation |
Log-Gumbel (Inverse Weibull) Probability Density
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Log-Gumbel (Inverse Weibull) Probability Density
Usage
dlgumbel(x, locationlog = 0, scalelog = 1, log = FALSE)
Arguments
x |
A numeric vector of values. |
locationlog |
location on the log scale parameter. |
scalelog |
scale on log scale parameter. |
log |
logical; if TRUE, probabilities p are given as log(p). |
Value
A numeric vector.
[Package ssdtools version 2.3.0 Index]