You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.LaplaceCDF Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.LaplaceCDF Function

Laplace cumulative distribution function (CDF).

Pascal
function LaplaceCDF(x: double; m: double; b: double): double; overload;
Parameters 
Description 
Function domain, real value. 
Distribution location parameter, real value. 
Distribution scale parameter, real positive value. 

the Laplace cumulative distribution function (CDF) for value x using the parameters m and b.

The result of LaplaceCDF is the probability that a single observation from a Laplace distribution with parameters m and b will fall in the interval [-infinity,x]. Laplace CDF is defined by the following equation: 

 

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!