Click or drag to resize

NonlinearModelOfFitEnsembleGetDependentVariablesInUse 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.3179.0 (4.8.3179.0)
Syntax
C#
public int[] GetDependentVariablesInUse(
	int idxFitElement
)

Parameters

idxFitElement  Int32

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.Calc.Regression.Nonlinear.NonlinearModelOfFitEnsemble.GetDependentVariablesInUse(System.Int32)"]

See Also