Quantile Function
ssd_qburrIII3(
p,
shape1 = 1,
shape2 = 1,
scale = 1,
lower.tail = TRUE,
log.p = FALSE
)ssd_qgamma(p, shape = 1, scale = 1, lower.tail = TRUE, log.p = FALSE)
ssd_qgompertz(p, location = 1, shape = 1, lower.tail = TRUE, log.p = FALSE)
qgompertz(p, llocation = 0, lshape = 0, lower.tail = TRUE, log.p = FALSE)
ssd_qinvpareto(p, shape = 3, scale = 1, lower.tail = TRUE, log.p = FALSE)
ssd_qlgumbel(
p,
locationlog = 0,
scalelog = 1,
lower.tail = TRUE,
log.p = FALSE
)
qlgumbel(p, locationlog = 0, scalelog = 1, lower.tail = TRUE, log.p = FALSE)
ssd_qllogis_llogis(
p,
locationlog1 = 0,
scalelog1 = 1,
locationlog2 = 1,
scalelog2 = 1,
pmix = 0.5,
lower.tail = TRUE,
log.p = FALSE
)
ssd_qllogis(p, locationlog = 0, scalelog = 1, lower.tail = TRUE, log.p = FALSE)
ssd_qlnorm_lnorm(
p,
meanlog1 = 0,
sdlog1 = 1,
meanlog2 = 1,
sdlog2 = 1,
pmix = 0.5,
lower.tail = TRUE,
log.p = FALSE
)
ssd_qlnorm(p, meanlog = 0, sdlog = 1, lower.tail = TRUE, log.p = FALSE)
ssd_qweibull(p, shape = 1, scale = 1, lower.tail = TRUE, log.p = FALSE)
vector of probabilities.
shape1 parameter.
shape2 parameter.
scale parameter.
logical; if TRUE (default), probabilities are P[X <= x]
,otherwise, P[X > x]
.
logical; if TRUE, probabilities p are given as log(p).
A string of the column in data for the shape aesthetic.
location parameter.
location parameter on the log scale.
shape parameter on the log scale.
location on log scale parameter.
scale on log scale parameter.
locationlog1 parameter.
scalelog1 parameter.
locationlog2 parameter.
scalelog2 parameter.
Proportion mixture parameter.
mean on log scale parameter.
standard deviation on log scale parameter.
mean on log scale parameter.
standard deviation on log scale parameter.
mean on log scale parameter.
standard deviation on log scale parameter.
ssd_qburrIII3()
: Quantile Function for BurrIII Distribution
ssd_qgamma()
: Quantile Function for Gamma Distribution
ssd_qgompertz()
: Quantile Function for Gompertz Distribution
ssd_qinvpareto()
: Quantile Function for Inverse Pareto Distribution
ssd_qlgumbel()
: Quantile Function for Log-Gumbel Distribution
ssd_qllogis_llogis()
: Cumulative Distribution Function for Log-Logistic/Log-Logistic Mixture Distribution
ssd_qllogis()
: Cumulative Distribution Function for Log-Logistic Distribution
ssd_qlnorm_lnorm()
: Cumulative Distribution Function for Log-Normal/Log-Normal Mixture Distribution
ssd_qlnorm()
: Cumulative Distribution Function for Log-Normal Distribution
ssd_qweibull()
: Cumulative Distribution Function for Weibull Distribution
ssd_p
and ssd_r
ssd_qburrIII3(0.5)
ssd_qgamma(0.5)
ssd_qgompertz(0.5)
ssd_qinvpareto(0.5)
ssd_qlgumbel(0.5)
ssd_qllogis_llogis(0.5)
ssd_qllogis(0.5)
ssd_qlnorm_lnorm(0.5)
ssd_qlnorm(0.5)
ssd_qweibull(0.5)
Run the code above in your browser using DataLab