Click or drag to resize

SimpleNonlinearFitSetIndependentVariable Method

With these function is is possible to change the data column used for the independent variable.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetIndependentVariable(
	INumericColumn xCol
)

Parameters

xCol  INumericColumn
Data column representing the independent variable.
See Also