Click or drag to resize
IDistributionEval Method
Evaluation method to fit the user-supplied probability density function to input data.

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

Parameters

xData
Type: SystemDouble
A double array representing the points at which the probability density function is to be evaluated.

Return Value

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