Click or drag to resize

WorksheetAnalysisCalculateXResidual Method

Calculates spectral residuals for the specified y-component and factor count.

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

Parameters

table  DataTable
The table that stores the calibration model.
whichY  Int32
The dependent-variable index.
numberOfFactors  Int32
The number of factors used for the calculation.
See Also