PoissonDistribution.DistributionFunction Method

Gets the probability of obtaining an outcome less than or equal to a specified value.

DefinitionPermalink

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

ParametersPermalink

n  Int32
An integer value.

Return ValuePermalink

Double
The probability of obtaining an outcome less than or equal to a specified value.

RemarksPermalink

The distribution function is the cumulative sum of the Probability(Int32) function up to and including n.

See AlsoPermalink