Cumulative Distribution Function
ssd_pburrIII3(
q,
shape1 = 1,
shape2 = 1,
scale = 1,
lower.tail = TRUE,
log.p = FALSE
)ssd_pgamma(q, shape = 1, scale = 1, lower.tail = TRUE, log.p = FALSE)
ssd_pgompertz(q, location = 1, shape = 1, lower.tail = TRUE, log.p = FALSE)
pgompertz(q, llocation = 0, lshape = 0, lower.tail = TRUE, log.p = FALSE)
ssd_pinvpareto(q, shape = 3, scale = 1, lower.tail = TRUE, log.p = FALSE)
ssd_plgumbel(
q,
locationlog = 0,
scalelog = 1,
lower.tail = TRUE,
log.p = FALSE
)
plgumbel(q, locationlog = 0, scalelog = 1, lower.tail = TRUE, log.p = FALSE)
ssd_pllogis_llogis(
q,
locationlog1 = 0,
scalelog1 = 1,
locationlog2 = 1,
scalelog2 = 1,
pmix = 0.5,
lower.tail = TRUE,
log.p = FALSE
)
ssd_pllogis(q, locationlog = 0, scalelog = 1, lower.tail = TRUE, log.p = FALSE)
ssd_plnorm_lnorm(
q,
meanlog1 = 0,
sdlog1 = 1,
meanlog2 = 1,
sdlog2 = 1,
pmix = 0.5,
lower.tail = TRUE,
log.p = FALSE
)
ssd_plnorm(q, meanlog = 0, sdlog = 1, lower.tail = TRUE, log.p = FALSE)
ssd_pweibull(q, shape = 1, scale = 1, lower.tail = TRUE, log.p = FALSE)
vector of quantiles.
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_pburrIII3()
: Cumulative Distribution Function for BurrIII Distribution
ssd_pgamma()
: Cumulative Distribution Function for Gamma Distribution
ssd_pgompertz()
: Cumulative Distribution Function for Gompertz Distribution
pgompertz()
: Cumulative Distribution Function for Gompertz Distribution
ssd_pinvpareto()
: Cumulative Distribution Function for Inverse Pareto Distribution
ssd_plgumbel()
: Cumulative Distribution Function for Log-Gumbel Distribution
plgumbel()
: Cumulative Distribution Function for Log-Gumbel Distribution
ssd_pllogis_llogis()
: Cumulative Distribution Function for Log-Logistic/Log-Logistic Mixture Distribution
ssd_pllogis()
: Cumulative Distribution Function for Log-Logistic Distribution
ssd_plnorm_lnorm()
: Cumulative Distribution Function for Log-Normal/Log-Normal Mixture Distribution
ssd_plnorm()
: Cumulative Distribution Function for Log-Normal Distribution
ssd_pweibull()
: Cumulative Distribution Function for Weibull Distribution
ssd_q
and ssd_r
ssd_pburrIII3(1)
ssd_pgamma(1)
ssd_pgompertz(1)
ssd_pinvpareto(1)
ssd_plgumbel(1)
ssd_pllogis_llogis(1)
ssd_pllogis(1)
ssd_plnorm_lnorm(1)
ssd_plnorm(1)
ssd_pweibull(1)
Run the code above in your browser using DataLab