Click or drag to resize
IProbabilityDistribution.Eval Method (Double[],Object[])
Evaluates the user-supplied probability density of each value in xData using the supplied probability distribution parameters.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
double[] Eval(
	double[] xData,
	Object[] parameters
)

Parameters

xData
Type:System.Double[]
A double array containing the points at which the probability density function is to be evaluated.
parameters
Type:System.Object[]
An Object array containing the probability distribution parameters to be used in evaluating xData. See method GetParameters.

Return Value

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