Click or drag to resize

FDistributionCDF(Double, Double, Double) Method

Returns the cumulated distribution function for value x with the distribution parameters numf and denomf.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double CDF(
	double x,
	double numf,
	double denomf
)

Parameters

x  Double
The function argument.
numf  Double
First parameter of the distribution.
denomf  Double
Second paramenter of the distribution.

Return Value

Double
The cumulated distribution (probability) of the distribution at value x.
See Also