plaplace {diagL1} | R Documentation |
Cumulative distribution function (CDF) of the Laplace distribution
plaplace(q, location = 0, scale = 1)
q |
Values for which to calculate the cumulative distribution. |
location |
Location parameter of the Laplace distribution (default = 0). |
scale |
Scale parameter of the Laplace distribution (default = 1). |
Vector of calculated cumulative distributions.
plaplace(0, 0, 1)