qslogis | R Documentation |
Calculate QF, QDF, DQF qslogis
, flogis
, dqlogis
for the skew-logistic distribution
qslogis(p, location = 0, scale = 1, dlt = 0.5)
fslogis(p, location = 0, scale = 1, dlt = 0.5, log = FALSE)
dqslogis(p, location = 0, scale = 1, dlt = 0.5, log = FALSE)
rslogis(n, location, scale, dlt)
p |
numeric probability |
location |
numeric parameter of logistic distribution. Default is 0 |
scale |
numeric parameter of logistic distribution. Default is 1 |
dlt |
parameter delta of SLD distribution(mixing parameter). Should be within the interval (0,1), default is 0.5 |
log |
logical, should the result be returned as a log. Default is FALSE |
n |
number of random variates to generate |
returns QF (qslogis
), QDF (fslogis
), DQF (dqslogis
) or random variate of skew-logistic distribution
p_grd <- make_pgrid()
fslogis(p_grd)
dqslogis(p_grd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.