Click or drag to resize
GammaDistributionEval Method (Double, Object)
Evaluates a gamma 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: SystemDouble
A double representing the point at which the gamma probability distribution function is to be evaluated.
parameters
Type: SystemObject
An Object array representing the parameters used to evaluate the gamma distribution, see method GetParameters.

Return Value

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

Implements

IProbabilityDistributionEval(Double, Object)
See Also