Click or drag to resize

DoubleCOWeightedLeastSq Methods

The DoubleCOWeightedLeastSq type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this weighted least squares instance.
Public methodFactor(DoubleMatrix, DoubleVector) Performs any factorization on the matrix A necessary before computing a solution to the weighted least squares problem.
Public methodFactor(DoubleMatrix, DoubleVector, Boolean) Performs any factorization on the matrix A necessary before computing a solution to the weighted least squares problem.
Public methodResidualNormSqr Computes the 2-norm squared of the residual vector.
Public methodResidualVector Computes and returns the residual vector.
Public methodReweight Performs necessary computations for a change of weights.
Public methodSolve Compute the solution to the weighted least squares problem.
Top
See Also