Click or drag to resize

CalibrationPlotCalculateR2 Method

Calculate r2

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static double CalculateR2(
	double[] obsValues,
	double[] simValues,
	int nbOfComparableEntries
)

Parameters

obsValues
Type: SystemDouble

[Missing <param name="obsValues"/> documentation for "M:DHI.Mike1D.Generic.CalibrationPlot.CalculateR2(System.Double[],System.Double[],System.Int32)"]

simValues
Type: SystemDouble

[Missing <param name="simValues"/> documentation for "M:DHI.Mike1D.Generic.CalibrationPlot.CalculateR2(System.Double[],System.Double[],System.Int32)"]

nbOfComparableEntries
Type: SystemInt32

[Missing <param name="nbOfComparableEntries"/> documentation for "M:DHI.Mike1D.Generic.CalibrationPlot.CalculateR2(System.Double[],System.Double[],System.Int32)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.CalibrationPlot.CalculateR2(System.Double[],System.Double[],System.Int32)"]

See Also