VectorOperationIndicatorCalculateEventRMSE Method |
Namespace:
DHI.Optimization
Assembly:
DHI.Mike1D.Optimization (in DHI.Mike1D.Optimization.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public static double CalculateEventRMSE(
double[] targetValues,
double[] modelValues,
double weightAbove,
double weightBelow
)
Parameters
- targetValues
- Type: SystemDouble
- modelValues
- Type: SystemDouble
- weightAbove
- Type: SystemDouble
- weightBelow
- Type: SystemDouble
Return Value
Type:
DoubleSee Also