NegativeBinomialDistribution.DistributionFunction Method

Evaluates the cumulative distribution function of the distribution.

DefinitionPermalink

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override double DistributionFunction(
	int n
)

ParametersPermalink

n  Int32
An integer.

Return ValuePermalink

Double
The cumulative distribution function evaluated at n.

RemarksPermalink

The cumulative distribution function shows the probability of obtaining an outcome that is less than or equal to a specified value.

See AlsoPermalink