WorksheetAnalysisCalculateYResidual Method |
Calculates the y-residuals (concentration etc.).
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void CalculateYResidual(
DataTable table,
int whichY,
int numberOfFactors
)
Parameters
- table DataTable
- The table where the calibration model is stored.
- whichY Int32
- Number of the y-value.
- numberOfFactors Int32
- The number of factors used for prediction and then for the residual calculation.
See Also