Click or drag to resize

ExponentialDistributionPDF(Double, Double) Method

Returns the probability density function (PDF) for the exponential distribution.

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

Parameters

x  Double
The function argument.
lambda  Double
The rate parameter.

Return Value

Double
The probability density at x.
See Also