Click or drag to resize

VectorOperationIndicatorCalculateMeanAbsError Method

Namespace:  DHI.Optimization
Assembly:  DHI.Mike1D.Optimization (in DHI.Mike1D.Optimization.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public static double CalculateMeanAbsError(
	double[] arrObsData,
	double[] arrEstData,
	double weightAbove,
	double weightBelow
)

Parameters

arrObsData
Type: SystemDouble
arrEstData
Type: SystemDouble
weightAbove
Type: SystemDouble
weightBelow
Type: SystemDouble

Return Value

Type: Double
See Also