PLS2RegressionPredictedYAndSpectralResidualsFromPreprocessed Method |
This predicts concentrations of unknown spectra.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override void PredictedYAndSpectralResidualsFromPreprocessed(
IROMatrix<double> XUPre,
int numberOfFactors,
IMatrix<double>? predictedY,
IMatrix<double>? spectralResiduals
)
Parameters
- XUPre IROMatrixDouble
- Matrix of unknown spectra (preprocessed the same way as the calibration spectra).
- numberOfFactors Int32
- Number of factors used for prediction.
- predictedY IMatrixDouble
- On return, holds the predicted y values. (They are centered).
- spectralResiduals IMatrixDouble
- On return, holds the spectral residual values.
See Also