Click or drag to resize

ContinuousDistributionPDF Method

Calculates the probability density function.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual double PDF(
	double x
)

Parameters

x  Double
Argument.

Return Value

Double
The relative likelihood for the random variable to occur at the point x.
See Also