Click or drag to resize

FitElementIndependentVariables Method

Returns the ith independent variable column. Can return null if the column was set properly, but was disposed in the mean time.

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

Parameters

i  Int32
Index.

Return Value

IReadableColumn
The ith independent variable column, or null if such a column is no longer available.
See Also