Click or drag to resize

GeometricDistributionCDF Method

Returns the cumulative distribution function evaluated at the given value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override double CDF(
	double x
)

Parameters

x  Double
The number of failures before the first success.

Return Value

Double
The probability that the number of failures before the first success is less than or equal to
C#
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if x is less than zero.
See Also