Learn R Programming

diagL1 (version 1.0.0)

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).

Examples

Run this code
plaplace(0, 0, 1)

Run the code above in your browser using DataLab