View source: R/laplace_functions.R
qlaplace | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.