Click or drag to resize

RelaxISPlugin_MultifitModelForFit Method

This function is used in the actual fitting algorithm and is of no concern for plugin generation

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

Parameters

X  Double
The independent variables
Y  Double
The dependent variable
YIndex  Int32
The index of the dependent variable
Parameters  Double
The parameters to calculate the residual for

Return Value

Double
The residual for the given dependent variable value
See Also