Click or drag to resize

BinomialDistributionCDF 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 successes.

Return Value

Double
The probability of obtaining x or fewer successes.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the number of success is set to a negative value, or to a value greater than N.
See Also