Click or drag to resize

FitElementGetDependentVariable Method

Gets the dependent variable column at the specified index.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IReadableColumn? GetDependentVariable(
	int i
)

Parameters

i  Int32
The index of the dependent variable.

Return Value

IReadableColumn
The dependent variable column at the specified index, or if it is unavailable.

Implements

IColumnPlotDataGetDependentVariable(Int32)
See Also