View source: R/qExponentialGenerator.R
rtsal | R Documentation |
Generate random variates Input: integer length, distributional parameters, left-censoring threshold Output: vector of reals
rtsal(
n,
shape = 1,
scale = 1,
q = tsal.q.from.shape(shape),
kappa = tsal.kappa.from.ss(shape, scale),
xmin = 0
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.