sdoubleweibull | R Documentation |
Skew double Weibull distribution
dsdoubleweibull(x, mu = 0.05, shape = 1, scale = 1, gamma = 1, log = FALSE)
psdoubleweibull(q, mu = 0.05, shape = 1, scale = 1, gamma = 1)
qsdoubleweibull(p, mu = 0.05, shape = 1, scale = 1, gamma = 1)
rsdoubleweibull(n, mu = 0.05, shape = 1, scale = 1, gamma = 1)
x |
vector of values. |
mu |
location parameter. |
shape |
shape parameter. |
scale |
scale parameter. |
gamma |
skewness parameter. |
log |
flag for log density. |
q |
vector of quantiles. |
p |
vector of probabilities. |
n |
number of observations. |
A vector of density, distribution function, quantile or random values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.