| 
            
              NegativeBinomialDistributionInnerDistributionFunction Method 
             | 
          
        
         
              Gets P( X<= k), the cumulative distribution function
              (cdf) for this distribution evaluated at point k.
            
 
    Namespace: 
   Accord.Statistics.Distributions.Univariate
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxprotected internal override double InnerDistributionFunction(
	int k
)
Protected Friend Overrides Function InnerDistributionFunction ( 
	k As Integer
) As Double
 Request Example
		View SourceParameters
- k
 - Type: SystemInt32
A single point in the distribution range. 
Return Value
Type: 
Double
Remarks
              The Cumulative Distribution Function (CDF) describes the cumulative
              probability that a given value or any value smaller than it will occur.
            
See Also