StableDistributionFellerPDFIntegralAlt1GnI Method |
Special case for alpha < 1 and gamma near to -alpha (i.e. gamma at the negative border).
Here gamma was set to -alpha*(1-dev*2/Pi).
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double PDFIntegralAlt1GnI(
double x,
double alpha,
double gamma,
double aga,
ref Object?? temp,
double precision
)
Parameters
- x Double
- The argument.
- alpha Double
- Distribution parameter alpha.
- gamma Double
- Distribution parameter gamma.
- aga Double
- Alternative gamma parameter to improve precision.
- temp Object
- Temporary storage reused between calls.
- precision Double
- Relative precision goal.
Return Value
DoubleThe probability density value.
See Also