 | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleVector Residuals { get; }
Public ReadOnly Property Residuals As DoubleVector
Get
public:
property DoubleVector^ Residuals {
DoubleVector^ get ();
}
member Residuals : DoubleVector with get
Property Value
DoubleVector
See Also