Click or drag to resize

PLS1AnovaResiduals Property

Gets the vector of residuals. This is the vector 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 DoubleVector Residuals { get; }

Property Value

DoubleVector
See Also