WorksheetAnalysisCalculateXResidual Method |
Calculates spectral residuals for the specified y-component and factor count.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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