Click or drag to resize

ErlangDistributionCDF(Double, Double, Double) Method

Returns the cumulative distribution function (CDF) for the Erlang 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 A,
	double B
)

Parameters

x  Double
The function argument.
A  Double
The order (shape) parameter.
B  Double
The rate parameter.

Return Value

Double
The cumulative probability at x.
See Also