View source: R/qExponentialGenerator.R
qtsal | R Documentation |
Calculate quantiles Input: vector of p-values, distributional parameters, left-censoring threshold, usual flags Output: vector of quantile locations
qtsal(
p,
shape = 1,
scale = 1,
q = tsal.q.from.shape(shape),
kappa = tsal.kappa.from.ss(shape, scale),
xmin = 0,
lower.tail = TRUE,
log.p = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.