Click or drag to resize

PoissonDistributionCDF Method

Returns the cumulative distribution function evaluated at a given value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override double CDF(
	double x
)

Parameters

x  Double
A position on the x-axis.

Return Value

Double
The cumulative distribution function evaluated at x.
Remarks
The value of the cumulative distribution function at a point x is the probability that the value of a random variable having this Poisson distribution is less than or equal to x.
See Also