Click or drag to resize

NegativeBinomialDistribution Methods

The NegativeBinomialDistribution type exposes the following members.

Methods
 NameDescription
Public methodCDF Returns the cumulative distribution function evaluated at the given value.
(Overrides ProbabilityDistributionCDF(Double))
Public methodClone Creates a deep copy of this NegativeBinomialDistribution.
(Overrides ProbabilityDistributionClone)
Public methodInverseCDF Returns the inverse cumulative distribution function evaluated at the given value.
(Overrides ProbabilityDistributionInverseCDF(Double))
Protected methodInverseCdfUsingBracket Uses a bracketing method to evaluate the inverse of cumulative distribution functions.
(Inherited from ProbabilityDistribution)
Protected methodInverseDiscreteCdfUsingBracket Uses a bracketing method to evaluate the inverse of cumulative distribution functions for discrete distributions.
(Inherited from ProbabilityDistribution)
Public methodPDF Returns the probability distribution function evaluated at the given value.
(Overrides ProbabilityDistributionPDF(Double))
Public methodToString Returns a formatted string representation of this distribution.
(Overrides ProbabilityDistributionToString)
Top
See Also