dEL {ExtendedLaplace} | R Documentation |
Density function of the Extended Laplace Distribution
Description
Density function of the Extended Laplace Distribution
Usage
dEL(y, mu, sigma, delta)
Arguments
y |
Vector of values where the density is to be evaluated |
mu |
Location parameter |
sigma |
Scale parameter (must be > 0) |
delta |
Uniform noise parameter (must be > 0) |
Value
Vector of density 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]