| rexal | R Documentation |
Random Sample Generation for the exAL Distribution
rexal(n, p0 = 0.5, mu = 0, sigma = 1, gamma = 0)
n |
Positive integer number of samples to draw (scalar). |
p0 |
Probability level used in the quantile parametrization. Scalar in (0, 1). Default |
mu |
Location parameter (scalar). Default |
sigma |
Scale parameter (scalar, strictly positive). Default |
gamma |
Skewness parameter controlling asymmetry (scalar). Must be within valid bounds implied by |
Numeric vector of length n.
set.seed(1); length(rexal(10))
rexal(3, p0 = 0.5, mu = c(-1, 0, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.