Click or drag to resize

StableDistributionSymmetricCCDF(Double, Double) Method

Gets the complementary cumulative distribution function (CCDF) value.

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

Parameters

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

Return Value

Double
The complementary cumulative probability P(X > x).
See Also