Solve a linear least-squares problem with bounds on the variables.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class BoundedVariableLeastSquares |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class BoundedVariableLeastSquares |
Visual C++ |
---|
[SerializableAttribute] public ref class BoundedVariableLeastSquares |
Remarks
BoundedVariableLeastSquares solves the least-squares problem


This algorithm is a generalization of
NonNegativeLeastSquares, that solves the least-squares
problem, Ax = b, subject to all .
NonNegativeLeastSquares is based on the subroutine NNLS which
appeared in Lawson and Hanson (1974). The additional work on bounded
variable least squares was published in a later reprint (Lawson and
Hanson, 1995).