qlaplace {diagL1} | R Documentation |
Quantile function (inverse of the CDF) of the Laplace distribution
qlaplace(p, location = 0, scale = 1)
p |
Values for which to calculate quantiles. |
location |
Location parameter of the Laplace distribution (default = 0). |
scale |
Scale parameter of the Laplace distribution (default = 1). |
Vector of calculated quantiles.
qlaplace(0.5, 0, 1)