Click or drag to resize

WorksheetAnalysisStoreOriginalY Method

Stores the original y-values in the destination table.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void StoreOriginalY(
	DataTable table,
	DataTableMatrixProxyWithMultipleColumnHeaderColumns regressionData
)

Parameters

table  DataTable
The destination table.
regressionData  DataTableMatrixProxyWithMultipleColumnHeaderColumns
The regression data containing the original dependent values.
See Also