StableDistributionBaseAgt1GpDCDFIntegrate Method |
Integrates the cumulative distribution function.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double CDFIntegrate(
ref Object?? tempStorage,
double precision
)
Parameters
- tempStorage Object
- Temporary storage reused between calls.
- precision Double
- Relative precision goal.
Return Value
DoubleThe integrated value or
NaN on failure.
See Also