View source: R/distributions.R
dskewlogis | R Documentation |
Skew-log-logistic distribution
Quantile
Probability density
Sampling
Survival function
Compute the variance
Compute the mean
dskewlogis(x, scale, shape, skew, log = FALSE)
qskewlogis(q, scale, shape, skew)
pskewlogis(x, scale, shape, skew)
rskewlogis(n, scale = 0.05, shape = 7, skew = 1)
sskewlogis(t, lambda, p, gamma)
var_skewlogis(shape, skew)
mu_skewlogis(scale, shape, skew)
scale |
scale |
shape |
shape |
skew |
skewness parameters |
plot(dskewlogis(1:100, 1 / 20, 10, 2), type = "l")
qskewlogis(.5, 1 / 20, 10, 2)
rskewlogis(10, 1 / 20, 10, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.