Learn R Programming

diagL1 (version 1.0.0)

qlaplace: Quantile function (inverse of the CDF) of the Laplace distribution

Description

Quantile function (inverse of the CDF) of the Laplace distribution

Usage

qlaplace(p, location = 0, scale = 1)

Value

Vector of calculated quantiles.

Arguments

p

Values for which to calculate quantiles.

location

Location parameter of the Laplace distribution (default = 0).

scale

Scale parameter of the Laplace distribution (default = 1).

Examples

Run this code
qlaplace(0.5, 0, 1)

Run the code above in your browser using DataLab