Click or drag to resize

StableDistributionBaseAgt1GnDCDFFunc Method

Evaluates the cumulative distribution integrand.

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

Parameters

x  Double
The evaluation point.

Return Value

Double
The integrand value.
See Also