Click or drag to resize

StableDistributionS0CDF(Double, Double, Double, Object, Double) Method

Gets the cumulative distribution function (CDF) of the standardized S0 stable distribution.

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

Parameters

x  Double
The value where the distribution function is evaluated.
alpha  Double
Distribution parameter alpha (broadness exponent).
beta  Double
Distribution parameter beta (skew).
tempStorage  Object
Temporary storage that can be reused between calls.
precision  Double
Goal for the relative precision.

Return Value

Double
The cumulative probability P(X <= x).
See Also