Click or drag to resize

MultivariateLinearRegressionShowDialogAndRegress Method

Shows the regression dialog and executes the regression if confirmed.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static LinearFitBySvd? ShowDialogAndRegress(
	DataColumnCollection table,
	IAscendingIntegerCollection selectedColumns
)

Parameters

table  DataColumnCollection
The table that contains the regression data.
selectedColumns  IAscendingIntegerCollection
The selected columns to include in the regression.

Return Value

LinearFitBySvd
The regression result, or null if the dialog is canceled or too few columns are selected.
See Also