Click or drag to resize
NormalDistribution.Eval Method (Double,Object[])
Evaluates a normal (Gaussian) probability density at a given point xData.

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: System.Double
A double containing the point at which the normal probability density function is to be evaluated.
parameters
Type:System.Object[]
An Object array representing the parameters used to evaluate the normal probability density, see method GetParameters.

Return Value

Type: Double
A double representing the normal probability density at xData.

Implements

IProbabilityDistribution.Eval(Double,Object[])
See Also