Click or drag to resize

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.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IAscendingIntegerCollection CalculateValidNumericRows()

Return Value

IAscendingIntegerCollection
The set of rows that can be used for fitting.
See Also