powered by
Vectorized over q.
q
pexal( q, p0 = 0.5, mu = 0, sigma = 1, gamma = 0, lower.tail = TRUE, log.p = FALSE )
Numeric vector of CDF values (same length as q).
Numeric vector of quantiles.
Probability level used in the quantile parametrization. Scalar in (0, 1). Default 0.5.
0.5
Location parameter (scalar). Default 0.
0
Scale parameter (scalar, strictly positive). Default 1.
1
Skewness parameter controlling asymmetry (scalar). Must be within valid bounds implied by p0. Default 0.
p0
Logical scalar; if TRUE (default) return \(P(X \le q)\), otherwise \(P(X > q)\).
TRUE
Logical scalar; if TRUE, return log-probabilities.
pexal(0) pexal(c(-1, 0, 1), p0 = 0.5, mu = 0, sigma = 1, gamma = 0.1)
Run the code above in your browser using DataLab