|
ExponentialEvaluate Method
|
Contrast function.
Namespace:
Accord.Statistics.Analysis.ContrastFunctions
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public void Evaluate(
double[] x,
double[] output,
double[] derivative
)
Public Sub Evaluate (
x As Double(),
output As Double(),
derivative As Double()
)
Request Example
View SourceParameters
- x
- Type: SystemDouble
The vector of observations. - output
- Type: SystemDouble
At method's return, this parameter
should contain the evaluation of function over the vector
of observations x. - derivative
- Type: SystemDouble
At method's return, this parameter
should contain the evaluation of function derivative over
the vector of observations x.
Implements
IContrastFunctionEvaluate(Double, Double, Double)See Also