VectorOperationIndicatorCalculateMeanError 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 CalculateMeanError(
double[] arrObsData,
double[] arrEstData,
double weightAbove,
double weightBelow
)
Parameters
- arrObsData
- Type: SystemDouble
- arrEstData
- Type: SystemDouble
- weightAbove
- Type: SystemDouble
- weightBelow
- Type: SystemDouble
Return Value
Type:
DoubleSee Also