FitElementSetDependentVariable Method |
Sets the ith dependent 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 SetDependentVariable(
int i,
IReadableColumn? col
)
Parameters
- i Int32
- Index.
- col IReadableColumn
- Dependent variable column to set.
See Also