FitElementCalculateValidNumericRows Method |
Calculates the valid numeric rows of the data source, i.e. that rows that can be used for fitting. Both dependent and independent variable sources are considered. A row is considered valid, if
all (independent and dependent) variables of this row have finite numeric values.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IAscendingIntegerCollection CalculateValidNumericRows()
Return Value
IAscendingIntegerCollectionThe set of rows that can be used for fitting.
See Also