Click or drag to resize

StableDistributionBaseAlt1GpDPDFFunc Method

Evaluates the transformed probability density function.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double PDFFunc(
	double x
)

Parameters

x  Double
The evaluation point.

Return Value

Double
The transformed PDF value.
See Also