Evaluates a normal (Gaussian) probability density at a given point
xData.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function Eval ( _
xData As Double, _
parameters As Object() _
) As Double |
Parameters
- xData
- Type: System..::.Double
A double containing the point at which the normal
probability density function is to be evaluated.
- parameters
- Type: array<
System..::.Object
>[]()[]
An Object array representing the parameters used to
evaluate the normal probability density, see method
GetParameters.
Return Value
A
double representing the normal probability
density at
xData.
Implements
IProbabilityDistribution..::.Eval(Double, array<Object>[]()[])
See Also