Click or drag to resize

StableDistributionFellerPDFIntegralA1 Method

Special version of the PDF-Integral for 0.99>=alpha<1.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double PDFIntegralA1(
	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

Double
The probability density value.
See Also