| dexal | R Documentation |
Computes the PDF of the Extended Asymmetric Laplace (exAL) distribution.
Vectorized over x.
dexal(x, p0 = 0.5, mu = 0, sigma = 1, gamma = 0, log = FALSE)
x |
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 |
log |
Logical scalar; if |
Numeric vector of densities (same length as x).
dexal(0)
dexal(1, p0 = 0.75, mu = 0, sigma = 2, gamma = 0.25)
dexal(seq(-3, 3, by = 0.1), p0 = 0.3, mu = 0, sigma = 1, gamma = -0.45)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.