Click or drag to resize

StableDistributionBaseAlt1GnDA1PDFIntegrateAlphaNearOne Method

Integrates the transformed PDF for the near-one alpha case.

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

Parameters

tempStorage  Object
Temporary integration storage reused across calls.
precision  Double
The requested integration precision.

Return Value

Double
The integrated PDF contribution.
See Also