Click or drag to resize

LinearRegressionResiduals Property

Get the vector of residuals.

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

Property Value

DoubleVector
Remarks
This is the difference between the vector of observed values and the values predicted by the model.
See Also