Click or drag to resize

StableDistributionFellerCDF(Double, Double, Double, Object, Double) Method

Computes the cumulative distribution function for the specified arguments.

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

Parameters

x  Double
The argument.
alpha  Double
Distribution parameter alpha.
gamma  Double
Distribution parameter gamma.
tempStorage  Object
Temporary storage reused between calls.
precision  Double
Relative precision goal.

Return Value

Double
The cumulative probability.
See Also