Click or drag to resize

CrossPRESSEvaluatorEhCrossPRESS Method

Calculates the CrossPRESS values.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void EhCrossPRESS(
	int[] group,
	IMatrix<double> analysisMatrixXRaw,
	IMatrix<double> analysisMatrixYRaw,
	IMatrix<double> predictionMatrixXRaw,
	IMatrix<double> predictionMatrixYRaw
)

Parameters

group  Int32
The group of spectra used for prediction. The array contains the indices of the measurements used for prediction.
analysisMatrixXRaw  IMatrixDouble
The matrix of unpreprocessed spectra used for analysis.
analysisMatrixYRaw  IMatrixDouble
The matrix of unpreprocessed target variables used for analysis.
predictionMatrixXRaw  IMatrixDouble
The matrix of unpreprocessed spectra used for prediction.
predictionMatrixYRaw  IMatrixDouble
The matrix of unpreprocessed target variables corresponding to the spectra used for prediction (for comparison with the predicted values).
See Also