| pexal | R Documentation |
Vectorized over q.
pexal(
q,
p0 = 0.5,
mu = 0,
sigma = 1,
gamma = 0,
lower.tail = TRUE,
log.p = FALSE
)
q |
Numeric vector of quantiles. |
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 |
lower.tail |
Logical scalar; if |
log.p |
Logical scalar; if |
Numeric vector of CDF values (same length as q).
pexal(0)
pexal(c(-1, 0, 1), p0 = 0.5, mu = 0, sigma = 1, gamma = 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.