Click or drag to resize

StableDistributionSymmetricPDFIntegration Method

Calculates the PDF by direct numerical integration.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double PDFIntegration(
	double x,
	double alpha,
	double precision,
	ref Object?? tempStorage
)

Parameters

x  Double
The non-negative argument (|x|).
alpha  Double
The stability parameter (0 < alpha <= 2).
precision  Double
Goal for the relative precision.
tempStorage  Object
Temporary storage that can be reused between calls.

Return Value

Double
The probability density at x.
See Also