Click or drag to resize

PLS2AnovaResiduals Property

Gets the matrix of residuals. This is the matrix of differences between the given response values and the response values predicted by the regression model.

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

Property Value

DoubleMatrix
See Also