dlaplace: Probability density function (PDF) of the Laplace...

View source: R/laplace_functions.R

dlaplaceR Documentation

Probability density function (PDF) of the Laplace distribution

Description

Probability density function (PDF) of the Laplace distribution

Usage

dlaplace(x, location = 0, scale = 1)

Arguments

x

Values for which to calculate the probability density.

location

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

scale

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

Value

Vector of calculated probability densities.

Examples

dlaplace(0, 0, 1)

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

Related to dlaplace in diagL1...