PLS1RegressionGetPRESSFromPreprocessed 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.3448.0 (4.8.3448.0)
Syntaxpublic override IReadOnlyList<double> GetPRESSFromPreprocessed(
IROMatrix<double> matrixX
)
Parameters
- matrixX IROMatrixDouble
[Missing <param name="matrixX"/> documentation for "M:Altaxo.Calc.Regression.Multivariate.PLS1Regression.GetPRESSFromPreprocessed(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double})"]
Return Value
IReadOnlyListDoubleThe PRESS vector.
See Also