plaplace: Cumulative distribution function (CDF) of the Laplace...

View source: R/laplace_functions.R

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

diagL1 documentation built on May 29, 2024, 10:56 a.m.

Related to plaplace in diagL1...