Click or drag to resize

ContinuousDistributionCDF Method

Calculates the cumulative distribution function.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual double CDF(
	double x
)

Parameters

x  Double
Argument.

Return Value

Double
The probability that the random variable of this probability distribution will be found at a value less than or equal to x.
See Also