Click or drag to resize

VectorOperationIndicatorCalculateRMSE 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 CalculateRMSE(
	double[] targetValues,
	double[] modelValues,
	double weightAbove,
	double weightBelow
)

Parameters

targetValues
Type: SystemDouble
modelValues
Type: SystemDouble
weightAbove
Type: SystemDouble
weightBelow
Type: SystemDouble

Return Value

Type: Double
See Also