Click or drag to resize

PoissonDistributionPDF(Double, Double) Method

Returns the probability mass function (PMF) of a Poisson distribution.

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

Parameters

x  Double
The value at which to evaluate the PMF.
m  Double
The mean (λ) of the Poisson distribution.

Return Value

Double
The probability for x.
See Also