Click or drag to resize

StableDistributionSymmetricPDFAlphaBetween02And099 Method

Calculates the PDF for alpha in the interval (0.2, 0.99].

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

Parameters

x  Double
The value where the density is evaluated.
alpha  Double
The stability parameter (0.2 < alpha <= 0.99).
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.
Remarks
For small x (around 1E-8), the accuracy at alpha = 0.2 is only about 1E-7.
See Also