qEL {ExtendedLaplace} | R Documentation |
Inverse Cumulative Distribution Function or Quantile Function of the Extended Laplace Distribution
Description
Inverse Cumulative Distribution Function or Quantile Function of the Extended Laplace Distribution
Usage
qEL(u, mu, sigma, delta)
Arguments
u |
A numeric vector of probabilities. |
mu |
Location parameter |
sigma |
Scale parameter (must be > 0) |
delta |
Uniform noise parameter (must be > 0) |
Value
Vector of quantiles values
References
Saah, D. K., & Kozubowski, T. J. (2025). A new class of extended Laplace distributions with applications to modeling contaminated Laplace data. Journal of Computational and Applied Mathematics. doi:10.1016/j.cam.2025.116588
[Package ExtendedLaplace version 0.1.6 Index]