Click or drag to resize
PoissonDistribution.Eval Method (Double[])
Fits a Poisson probability distribution to xData and returns the probability density at each value.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[] Eval(
	double[] xData
)

Parameters

xData
Type:System.Double[]
A double array representing the points at which the Poisson probability distribution function is to be evaluated.

Return Value

Type:Double[]
A double array representing the Poisson probability density at each value of xData.

Implements

IDistribution.Eval(Double[])
See Also