Click or drag to resize

PLS2AnovaSumOfSquaresResiduals Property

Gets the sum of squares for the residuals. This is the sum of the squared differences between the response values and the responses predicted by the regression model.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector SumOfSquaresResiduals { get; }

Property Value

DoubleVector
See Also