Click or drag to resize
IProbabilityDistribution.Eval Method (Double,Object[])
Evaluation method for the user-supplied distribution function and parameters. Evaluates the user-supplied probability density at 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 scalar value containing the point the distribution function is to evaluate.
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 scalar value representing the probability density at xData.
See Also