plaplace: Cumulative distribution function (CDF) of the Laplace distribution
Description
Cumulative distribution function (CDF) of the Laplace distribution
Usage
plaplace(q, location = 0, scale = 1)
Value
Vector of calculated cumulative distributions.
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).