Click or drag to resize

FitElement(DataTable, Int32, IRowSelection, IReadableColumn, IReadableColumn) Constructor

Initializes a new instance of the FitElement class from source columns without a fit function.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FitElement(
	DataTable table,
	int groupNumber,
	IRowSelection rowSelection,
	IReadableColumn xColumn,
	IReadableColumn yColumn
)

Parameters

table  DataTable
The source data table.
groupNumber  Int32
The group number of the source columns.
rowSelection  IRowSelection
The row selection.
xColumn  IReadableColumn
The x-column.
yColumn  IReadableColumn
The y-column.
See Also