Click or drag to resize

StableDistributionSymmetricXZCDF(Double, Double) Method

Gets the CDF relative to 0, i.e. CDF(x) - 0.5, preserving the sign of x.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double XZCDF(
	double x,
	double alpha
)

Parameters

x  Double
The value where the function is evaluated.
alpha  Double
The stability parameter (0 < alpha <= 2).

Return Value

Double
The signed probability mass between 0 and x.
See Also