Click or drag to resize

MultivariateRegressionPredictYFromPreprocessed Method

This predicts concentrations of unknown spectra.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void PredictYFromPreprocessed(
	IROMatrix<double> predicitionMatrixXPre,
	int numberOfFactors,
	IMatrix<double> predictedYPre
)

Parameters

predicitionMatrixXPre  IROMatrixDouble
Matrix of unknown spectra (preprocessed the same way as the calibration spectra).
numberOfFactors  Int32
Number of factors used for prediction.
predictedYPre  IMatrixDouble
On return, holds the predicted y values. (They are centered).
See Also