Click or drag to resize

SimpleNonlinearFitSetDependentVariable Method

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

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

Parameters

yCol  INumericColumn
Data column representing the dependent variable.
See Also