You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > LaplacePDF Method > Probabilities.LaplacePDF Method (double, double, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.LaplacePDF Method (double, double, double)

Laplace probability densify function (PDF).

Syntax
C#
Visual Basic
public static double LaplacePDF(double x, double m, double b);
Parameters 
Description 
double x 
Function domain, real value. 
double m 
Distribution location parameter, real value. 
double b 
Distribution scale parameter, real positive value. 

the Laplace probability density function (PDF) for value x using the parameters m and b.

Laplace PDF is defined by the following equation: 

 

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