Click or drag to resize

ExponentialDistributionPDF Method

Returns the probability density function evaluated at a given value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override double PDF(
	double x
)

Parameters

x  Double
A position on the x-axis.

Return Value

Double
The probability density function evaluated at x.
See Also