Click or drag to resize

CrossValidationResultCrossPRESS Property

Get the cross PRESS vector.

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

Property Value

IReadOnlyListDouble

Implements

ICrossValidationResultCrossPRESS
See Also