ssd_pburrIII3 {ssdtools} | R Documentation |
Cumulative Distribution Function
Description
Cumulative Distribution Function
Usage
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)
Arguments
q |
vector of quantiles. |
shape1 |
shape1 parameter. |
shape2 |
shape2 parameter. |
scale |
scale parameter. |
lower.tail |
logical; if TRUE (default), probabilities are |
log.p |
logical; if TRUE, probabilities p are given as log(p). |
shape |
A string of the column in data for the shape aesthetic. |
location |
location parameter. |
llocation |
location parameter on the log scale. |
lshape |
shape parameter on the log scale. |
locationlog |
location on log scale parameter. |
scalelog |
scale on log scale parameter. |
locationlog1 |
locationlog1 parameter. |
scalelog1 |
scalelog1 parameter. |
locationlog2 |
locationlog2 parameter. |
scalelog2 |
scalelog2 parameter. |
pmix |
Proportion mixture parameter. |
meanlog1 |
mean on log scale parameter. |
sdlog1 |
standard deviation on log scale parameter. |
meanlog2 |
mean on log scale parameter. |
sdlog2 |
standard deviation on log scale parameter. |
meanlog |
mean on log scale parameter. |
sdlog |
standard deviation on log scale parameter. |
Functions
-
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
See Also
Examples
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)