plaplace {diagL1} | R Documentation |
Cumulative distribution function (CDF) of the Laplace distribution
Description
Cumulative distribution function (CDF) of the Laplace distribution
Usage
plaplace(q, location = 0, scale = 1)
Arguments
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). |
Value
Vector of calculated cumulative distributions.
Examples
plaplace(0, 0, 1)
[Package diagL1 version 1.0.0 Index]