Click or drag to resize

MultivariateRegressionPostprocessTargetVariablesInline(IMultivariatePreprocessingModel, IMatrixDouble) Method

This calculates from the predicted (but still centered) y values the raw y values.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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