Click or drag to resize

WorksheetAnalysisCalculateXLeverage Method

Calculates the leverage of the spectral data.

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

Parameters

table  DataTable
Table where the calibration model is stored.
numberOfFactors  Int32
Number of factors used to calculate leverage.
See Also