qlaplace: 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)
Value
Vector of calculated quantiles.
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).