log,log.p: logical; if TRUE, probabilities are log--transformed.
lower.tail: logical; if TRUE (default), probabilities are P[X≤x] otherwise, P[X>x]. Similarly for quantiles.
Details
The univariate symmetric generalized Laplace distribution (Kotz et al, 2001, p.190) has density
f(x)=2πΓ(s)σs+1/22(2∣x∣)ωBω(σ2∣x∣)
where σ is the scale parameter, ω=s−1/2, and s is the shape parameter. Γ denotes the Gamma function and Bu the modified Bessel function of the third kind with index u. The variance is sσ2.
This distribution is the univariate and symmetric case of MultivariateGenLaplace.
Returns
dgl gives the density, pgl gives the distribution function, qgl gives the quantile function, and rgl generates random deviates.
References
Kotz, S., Kozubowski, T., and Podgorski, K. (2001). The Laplace distribution and generalizations. Boston, MA: Birkhauser.