Evaluates a gamma probability density at a given point
xData.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual double Eval( double xData, Object[] parameters ) |
Visual Basic (Declaration) |
---|
Public Overridable Function Eval ( _ xData As Double, _ parameters As Object() _ ) As Double |
Visual C++ |
---|
public: virtual double Eval( double xData, array<Object^>^ parameters ) |
Parameters
- xData
- Type: System..::.Double
A double representing the point at which the gamma probability distribution function is to be evaluated.
- parameters
- Type: array<
System..::.Object
>[]()[]
An Object array representing the parameters used to evaluate the gamma distribution, see method GetParameters.