BinomialDistribution.DistributionFunction Method

Evaluates the cumulative distribution function of the distribution.

Definition

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

Parameters

n  Int32
An integer.

Return Value

Double
The cumulative distribution function evaluated at n.

Remarks

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

See Also