Click or drag to resize

PoissonDistributionCDF(Double, Double) Method

Returns the cumulative distribution function for the specified value and mean.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double CDF(
	double x,
	double m
)

Parameters

x  Double
The function argument.
m  Double
The mean of the distribution.

Return Value

Double
The cumulative probability at x.
See Also