Click or drag to resize

RelaxISPlugin_ResultEvaluatorFitFunction Method

Conversion to the internal fitting function interface.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public double FitFunction(
	double[] X,
	double Y,
	int Index,
	double[] Parameters
)

Parameters

X  Double
The X-values
Y  Double
The Y-Values
Index  Int32
Internal parameter used for mapping dependent variables
Parameters  Double
The parameters

Return Value

Double
The errors estimates
See Also