 | NegativeBinomialDistributionCDF Method |
Returns the cumulative distribution function evaluated at the given value.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic override double CDF(
double x
)
Public Overrides Function CDF (
x As Double
) As Double
public:
virtual double CDF(
double x
) override
abstract CDF :
x : float -> float
override CDF :
x : float -> float
Parameters
- x Double
- The number of trials.
Return Value
Double
The probability of obtaining
this.N successes in
x or fewer
trials.
Exceptions
See Also