ddweibull | R Documentation |
Wrapper around dweibull
to use the parametrization on
pp. 131 of \insertCitemagnus2016wals;textualWALS.
ddweibull(x, q, b, log = FALSE)
x |
vector of quantiles. |
q |
|
b |
|
log |
logical; if TRUE, probabilities p are given as log(p). |
The density function is
\pi(x) = \frac{q c}{2} |x|^{q - 1} \exp(-c |x|^{q}).
Gives the (log-)density.
weibull, dweibull.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.