Click or drag to resize

StableDistributionBaseAgt1GpDCDFIntegrate Method

Integrates the cumulative distribution function.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double CDFIntegrate(
	ref Object?? tempStorage,
	double precision
)

Parameters

tempStorage  Object
Temporary storage reused between calls.
precision  Double
Relative precision goal.

Return Value

Double
The integrated value or NaN on failure.
See Also