StableDistributionBaseAlt1GpDIntegrate Method |
Integrates the transformed PDF for the current parameter set.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double Integrate(
ref Object?? tempStorage,
double precision
)
Parameters
- tempStorage Object
- Temporary integration storage reused across calls.
- precision Double
- The requested integration precision.
Return Value
DoubleThe integrated PDF contribution.
See Also