Click or drag to resize

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.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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

IReadOnlyListDouble
The PRESS vector.
See Also