SimpleNonlinearFitSetDependentVariable Method |
With these function is is possible to change the data column used for the dependent variable.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void SetDependentVariable(
INumericColumn yCol
)
Parameters
- yCol INumericColumn
- Data column representing the dependent variable.
See Also