Click or drag to resize

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.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract IReadOnlyList<double> GetPRESSFromPreprocessed(
	IROMatrix<double> matrixXPre
)

Parameters

matrixXPre  IROMatrixDouble
The preprocessed spectra.

Return Value

IReadOnlyListDouble
The PRESS vector.
See Also