dlaplace {diagL1} | R Documentation |
Probability density function (PDF) of the Laplace distribution
dlaplace(x, location = 0, scale = 1)
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). |
Vector of calculated probability densities.
dlaplace(0, 0, 1)