Click or drag to resize
NormalDistributionEval Method (Double, Object)
Evaluates a normal (Gaussian) probability distribution with the given parameters at each point in 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,
	Object[] parameters
)

Parameters

xData
Type: SystemDouble
A double array representing the points at which the normal probability distribution function is to be evaluated.
parameters
Type: SystemObject
An Object array representing the parameters used to evaluate the normal probability density function, see method GetParameters.

Return Value

Type: Double
A double array representing the normal probability density of each value in xData.

Implements

IProbabilityDistributionEval(Double, Object)
See Also