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

View source: R/laplace_functions.R

qlaplaceR Documentation

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)

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

Value

Vector of calculated quantiles.

Examples

qlaplace(0.5, 0, 1)

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

Related to qlaplace in diagL1...