Computes the probability density function at a given point.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public abstract double PDF(
	double x
)
Visual Basic (Declaration)
Public MustOverride Function PDF ( _
	x As Double _
) As Double
Visual C++
public:
virtual double PDF(
	double x
) abstract

Parameters

x
Type: System..::.Double
A position on the x-axis.

Return Value

The probablility density function evaluated at x.

See Also