View source: R/qExponentialGenerator.R
ptsal | R Documentation |
Calculate the cumulative distribution function Input: vector of data values, distributional parameters, left-censoring threshold, usual flags Output: vector of (log) probabilities
ptsal(
x,
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.