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)
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
)
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_pmulti(
q,
burrIII3.weight = 0,
burrIII3.shape1 = 1,
burrIII3.shape2 = 1,
burrIII3.scale = 1,
gamma.weight = 0,
gamma.shape = 1,
gamma.scale = 1,
gompertz.weight = 0,
gompertz.location = 1,
gompertz.shape = 1,
lgumbel.weight = 0,
lgumbel.locationlog = 0,
lgumbel.scalelog = 1,
llogis.weight = 0,
llogis.locationlog = 0,
llogis.scalelog = 1,
llogis_llogis.weight = 0,
llogis_llogis.locationlog1 = 0,
llogis_llogis.scalelog1 = 1,
llogis_llogis.locationlog2 = 1,
llogis_llogis.scalelog2 = 1,
llogis_llogis.pmix = 0.5,
lnorm.weight = 0,
lnorm.meanlog = 0,
lnorm.sdlog = 1,
lnorm_lnorm.weight = 0,
lnorm_lnorm.meanlog1 = 0,
lnorm_lnorm.sdlog1 = 1,
lnorm_lnorm.meanlog2 = 1,
lnorm_lnorm.sdlog2 = 1,
lnorm_lnorm.pmix = 0.5,
weibull.weight = 0,
weibull.shape = 1,
weibull.scale = 1,
lower.tail = TRUE,
log.p = FALSE
)
ssd_pmulti_fitdists(q, fitdists, 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).
shape parameter.
location parameter.
location on the 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.
weight parameter for the Burr III distribution.
shape1 parameter for the Burr III distribution.
shape2 parameter for the Burr III distribution.
scale parameter for the Burr III distribution.
weight parameter for the gamma distribution.
shape parameter for the gamma distribution.
scale parameter for the gamma distribution.
weight parameter for the Gompertz distribution.
location parameter for the Gompertz distribution.
shape parameter for the Gompertz distribution.
weight parameter for the log-Gumbel distribution.
location parameter for the log-Gumbel distribution.
scale parameter for the log-Gumbel distribution.
weight parameter for the log-logistic distribution.
location parameter for the log-logistic distribution.
scale parameter for the log-logistic distribution.
weight parameter for the log-logistic log-logistic mixture distribution.
locationlog1 parameter for the log-logistic log-logistic mixture distribution.
scalelog1 parameter for the log-logistic log-logistic mixture distribution.
locationlog2 parameter for the log-logistic log-logistic mixture distribution.
scalelog2 parameter for the log-logistic log-logistic mixture distribution.
pmix parameter for the log-logistic log-logistic mixture distribution.
weight parameter for the log-normal distribution.
meanlog parameter for the log-normal distribution.
sdlog parameter for the log-normal distribution.
weight parameter for the log-normal log-normal mixture distribution.
meanlog1 parameter for the log-normal log-normal mixture distribution.
sdlog1 parameter for the log-normal log-normal mixture distribution.
meanlog2 parameter for the log-normal log-normal mixture distribution.
sdlog2 parameter for the log-normal log-normal mixture distribution.
pmix parameter for the log-normal log-normal mixture distribution.
weight parameter for the Weibull distribution.
shape parameter for the Weibull distribution.
scale parameter for the Weibull distribution.
An object of class fitdists.
ssd_pburrIII3()
: Cumulative Distribution Function for BurrIII Distribution
ssd_pgamma()
: Cumulative Distribution Function for Gamma Distribution
ssd_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
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_pmulti()
: Cumulative Distribution Function for Multiple Distributions
ssd_pmulti_fitdists()
: Cumulative Distribution Function for Multiple Distributions
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)
# multi
ssd_pmulti(1, gamma.weight = 0.5, lnorm.weight = 0.5)
# multi fitdists
fit <- ssd_fit_dists(ssddata::ccme_boron)
ssd_pmulti_fitdists(1, fit)
ssd_pweibull(1)
Run the code above in your browser using DataLab