dlaplace {diagL1} | R Documentation |
Probability density function (PDF) of the Laplace distribution
Description
Probability density function (PDF) of the Laplace distribution
Usage
dlaplace(x, location = 0, scale = 1)
Arguments
x |
Values for which to calculate the probability density. |
location |
Location parameter of the Laplace distribution (default = 0). |
scale |
Scale parameter of the Laplace distribution (default = 1). |
Value
Vector of calculated probability densities.
Examples
dlaplace(0, 0, 1)
[Package diagL1 version 1.0.0 Index]