| NonNegativeLeastSquaresResidualNorm Property |
The euclidean norm of the residual vector,

.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual double ResidualNorm { get; }Public Overridable ReadOnly Property ResidualNorm As Double
Get
public:
virtual property double ResidualNorm {
double get ();
}abstract ResidualNorm : float with get
override ResidualNorm : float with get
Property Value
Type:
Double
A
double containing the euclidean norm of the residual
vector.
See Also