Click or drag to resize

MultivariateRegressionPredictYFromPreprocessed Method

Predicts target variables from preprocessed spectra.

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

Parameters

predicitionMatrixXPre  IROMatrixDouble
Matrix of unknown spectra (preprocessed in 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