FitElementSetIndependentVariable Method |
Sets the ith independent variable column. The column is hold by a reference aware of disposed events, so that it can be null if retrieved afterwards.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void SetIndependentVariable(
int i,
IReadableColumn? col
)
Parameters
- i Int32
- Index.
- col IReadableColumn
- Independent variable column to set.
See Also