Click or drag to resize

PLS1RegressionPRESS Property

Gets the predicted error sum of squares (PRESS) values accumulated during analysis.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IReadOnlyList<double> PRESS { get; }

Property Value

IReadOnlyListDouble
See Also