Click or drag to resize

PLS1RegressionPredictedYAndSpectralResidualsFromPreprocessed Method

Calculates the predicted target variables and the spectral residuals 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 override void PredictedYAndSpectralResidualsFromPreprocessed(
	IROMatrix<double> XU,
	int numFactors,
	IMatrix<double>? predictedY,
	IMatrix<double>? spectralResiduals
)

Parameters

XU  IROMatrixDouble

[Missing <param name="XU"/> documentation for "M:Altaxo.Calc.Regression.Multivariate.PLS1Regression.PredictedYAndSpectralResidualsFromPreprocessed(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Int32,Altaxo.Calc.LinearAlgebra.IMatrix{System.Double},Altaxo.Calc.LinearAlgebra.IMatrix{System.Double})"]

numFactors  Int32

[Missing <param name="numFactors"/> documentation for "M:Altaxo.Calc.Regression.Multivariate.PLS1Regression.PredictedYAndSpectralResidualsFromPreprocessed(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Int32,Altaxo.Calc.LinearAlgebra.IMatrix{System.Double},Altaxo.Calc.LinearAlgebra.IMatrix{System.Double})"]

predictedY  IMatrixDouble
On return, holds the predicted y values (they are centered).
spectralResiduals  IMatrixDouble
On return, holds the spectral residual values.
See Also