Click or drag to resize

WorksheetAnalysisGetOriginalY Method

Using the information in the plsMemo, gets the matrix of original Y (concentration) data.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IMatrix<double> GetOriginalY(
	DataTableMatrixProxyWithMultipleColumnHeaderColumns data
)

Parameters

data  DataTableMatrixProxyWithMultipleColumnHeaderColumns
The data that were the base for the multidimensional analysis.

Return Value

IMatrixDouble
Matrix of orignal Y (concentration) data.
See Also