MultivariateRegressionGetPRESSFromPreprocessed Method |
Returns the predicted error sum of squares (PRESS) for this analysis. The length of the vector returned
is the number of factors in the analysis plus one.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract IReadOnlyList<double> GetPRESSFromPreprocessed(
IROMatrix<double> matrixXPre
)
Parameters
- matrixXPre IROMatrixDouble
- The preprocessed spectra.
Return Value
IReadOnlyListDoubleThe PRESS vector.
See Also