Negative | 
The NegativeBinomialDistribution type exposes the following members.
| Name | Description | |
|---|---|---|
| NegativeBinomialDistribution | Default constructor. Constructs a NegativeBinomialDistribution instance with 2 successes, and a 0.5 probability of success. | |
| NegativeBinomialDistribution(Int32, Double) | Constructs a NegativeBinomialDistribution instance with the given number of sucesses and the given probability of success on each trial. | 
| Name | Description | |
|---|---|---|
| Kurtosis | Gets the kurtosis coefficient, a measure of the degree of peakedness of this distribution. | |
| Mean | Gets the mean of this distribution. | |
| N | Gets and sets number of successes. | |
| P | Gets and sets the probability of success on each trial. | |
| Skewness | Gets the skewness coefficient, a measure of the degree of asymmetry of this distribution. | |
| Variance | Gets the variance of this distribution. | 
| Name | Description | |
|---|---|---|
| CDF | 
            Returns the cumulative distribution function evaluated at the given value.
             (Overrides ProbabilityDistributionCDF(Double))  | |
| Clone | 
            Creates a deep copy of this NegativeBinomialDistribution.
             (Overrides ProbabilityDistributionClone)  | |
| InverseCDF | 
            Returns the inverse cumulative distribution function evaluated at the given value.
             (Overrides ProbabilityDistributionInverseCDF(Double))  | |
| InverseCdfUsingBracket | 
            Uses a bracketing method to evaluate the inverse of cumulative 
            distribution functions.
             (Inherited from ProbabilityDistribution)  | |
| InverseDiscreteCdfUsingBracket | 
            Uses a bracketing method to evaluate the inverse of cumulative 
            distribution functions for discrete distributions.
             (Inherited from ProbabilityDistribution)  | |
| 
            Returns the probability distribution function evaluated at the given value.
             (Overrides ProbabilityDistributionPDF(Double))  | ||
| ToString | 
            Returns a formatted string representation of this distribution.
             (Overrides ProbabilityDistributionToString)  |