qlaplace {diagL1} | R Documentation |
Quantile function (inverse of the CDF) of the Laplace distribution
Description
Quantile function (inverse of the CDF) of the Laplace distribution
Usage
qlaplace(p, location = 0, scale = 1)
Arguments
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). |
Value
Vector of calculated quantiles.
Examples
qlaplace(0.5, 0, 1)
[Package diagL1 version 1.0.0 Index]