Click or drag to resize

MultivariateLinearFitParameters Constructor

Initializes a new instance of the MultivariateLinearFitParameters class.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public MultivariateLinearFitParameters(
	DataColumnCollection table,
	IAscendingIntegerCollection selectedDataColumns
)

Parameters

table  DataColumnCollection
The data table that contains the regression data.
selectedDataColumns  IAscendingIntegerCollection
The selected data columns.
See Also