Click or drag to resize

WorksheetAnalysisCalculateYPredicted Method

Calculated the predicted y for the component given by whichY and for the given number of factors.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void CalculateYPredicted(
	DataTable table,
	int whichY,
	int numberOfFactors
)

Parameters

table  DataTable
The table containing the PLS model.
whichY  Int32
The number of the y component.
numberOfFactors  Int32
Number of factors for calculation.
See Also