LogNormalDistributionEval Method (Double, Object) |
Evaluates a lognormal probability density function at a given point
xData.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double Eval(
double xData,
Object[] parameters
)
Public Overridable Function Eval (
xData As Double,
parameters As Object()
) As Double
public:
virtual double Eval(
double xData,
array<Object^>^ parameters
)
abstract Eval :
xData : float *
parameters : Object[] -> float
override Eval :
xData : float *
parameters : Object[] -> float
Parameters
- xData
- Type: SystemDouble
A double representing the point at which the
lognormal probability distribution function is to be evaluated.
- parameters
- Type: SystemObject
An Object array representing the parameters used to
evaluate the lognormal distribution, see method GetParameters.
Return Value
Type:
Double
A
double representing the lognormal probability
density at
xData.
Implements
IProbabilityDistributionEval(Double, Object)See Also