IProbabilityDistributionEval 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.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax double Eval(
double xData,
Object[] parameters
)
Function Eval (
xData As Double,
parameters As Object()
) As Double
double Eval(
double xData,
array<Object^>^ parameters
)
abstract Eval :
xData : float *
parameters : Object[] -> float
Parameters
- xData
- Type: SystemDouble
A double scalar value containing the point the
distribution function is to evaluate.
- parameters
- Type: SystemObject
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