Click or drag to resize

CauchyDistributionCDF(Double, Double, Double) Method

Calculates the cumulative distribution function for the specified parameters.

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
Argument.
a  Double
Location parameter.
b  Double
Scale parameter.

Return Value

Double
The probability that the random variable is less than or equal to x.
See Also