Click or drag to resize

StableDistributionFellerCCDF(Double, Double, Double) Method

Computes the complementary cumulative distribution function for the specified arguments.

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,
	double gamma
)

Parameters

x  Double
Argument.
alpha  Double
Distribution parameter alpha.
gamma  Double
Distribution parameter gamma.

Return Value

Double
The complementary cumulative probability.
See Also