Click or drag to resize

ProbabilityDistributionPDF Method

Computes the probability density function at a given point.

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

Parameters

x  Double
A position on the x-axis.

Return Value

Double
The probablility density function evaluated at x.
See Also