Click or drag to resize

NegativeBinomialDistributionCDF 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 trials.

Return Value

Double
The probability of obtaining this.N successes in x or fewer trials.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the number of trials is set to a negative value.
See Also