MultivariateLinearRegressionShowDialogAndRegress Method |
Shows the regression dialog and executes the regression if confirmed.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
LinearFitBySvdThe regression result, or
null if the dialog is canceled or too few columns are selected.
See Also