Click or drag to resize

LaplaceDistributionPDF(Double, Double, Double) Method

Computes the probability density function (PDF) for a Laplace distribution with the given parameters.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double PDF(
	double x,
	double mu,
	double beta
)

Parameters

x  Double
The value at which to evaluate the PDF.
mu  Double
Location parameter.
beta  Double
Scale parameter (must be positive).

Return Value

Double
The value of the probability density function at x.
See Also