Click or drag to resize

WorksheetAnalysisStorePreprocessedData Method

Stores preprocessing information and dependent-variable scaling in the table.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void StorePreprocessedData(
	IEnsembleProcessingAuxiliaryData auxiliaryDataX,
	IReadOnlyList<double> meanY,
	IReadOnlyList<double> scaleY,
	DataTable table
)

Parameters

auxiliaryDataX  IEnsembleProcessingAuxiliaryData
The preprocessing auxiliary data for the independent variables.
meanY  IReadOnlyListDouble
The mean values of the dependent variables.
scaleY  IReadOnlyListDouble
The scale values of the dependent variables.
table  DataTable
The destination table.
See Also