MultivariateRegressionPostprocessTargetVariablesInline(IMultivariatePreprocessingModel, IMatrixDouble) Method |
This calculates from the predicted (but still centered) y values the raw y values.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void PostprocessTargetVariablesInline(
IMultivariatePreprocessingModel calib,
IMatrix<double> matrixY
)
Parameters
- calib IMultivariatePreprocessingModel
- Contains the calibration data (mean y and scale y).
- matrixY IMatrixDouble
- Matrix of (centered) y values. On return, contains the uncentered y values.
See Also