CrossPRESSEvaluatorEhCrossPRESS Method |
Calculates the Cross PRESS values.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void EhCrossPRESS(
int[] group,
Matrix<double> analysisMatrixXRaw,
Matrix<double> analysisMatrixYRaw,
Matrix<double> predictionMatrixXRaw,
Matrix<double> predictionMatrixYRaw
)
Parameters
- group Int32
- The group of spectra used for prediction. The array contains the indices of the measurements used for prediction.
- analysisMatrixXRaw MatrixDouble
- The matrix of unpreprocessed spectra used for analysis.
- analysisMatrixYRaw MatrixDouble
- The matrix of unpreprocessed target variables used for analysis.
- predictionMatrixXRaw MatrixDouble
- The matrix of unpreprocessed spectra used for prediction.
- predictionMatrixYRaw MatrixDouble
- The matrix of unpreprocessed target variables corresponding to the spectra used for prediction (for comparison with the predicted values).
See Also