Click or drag to resize

StableDistributionBaseAeq1IIntegrate Method

Integrates the 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 Integrate(
	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