WorksheetAnalysisCalculateXLeverage Method |
Calculates the leverage of the spectral data.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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