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.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int[] GetDependentVariablesInUse(
int idxFitElement
)
Parameters
- idxFitElement Int32
- The index of the fit element whose dependent variables should be returned.
Return Value
Int32An array containing the indices of dependent variables that are currently used by the specified fit element.
See Also