Click or drag to resize

LevMarAdapterGetDependentVariablesInUse Method

Returns the array of indices of dependent variables that are currently in use (i.e. associated with a data column).

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int[] GetDependentVariablesInUse(
	int idxFitElement
)

Parameters

idxFitElement  Int32
The index of the fit element whose dependent variables should be returned.

Return Value

Int32
An array containing the indices of dependent variables that are currently used by the specified fit element.
See Also