Click or drag to resize

StableDistributionBaseAlt1GnICDFFunc Method

Evaluates the transformed CDF 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 transformed integration variable.

Return Value

Double
The transformed CDF integrand value.
See Also