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