Click or drag to resize

DoubleCOWeightedLeastSqSolve Method

Compute the solution to the weighted least squares problem.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector Solve(
	DoubleVector b
)

Parameters

b  DoubleVector
The right hand side of the equation Ax = b

Return Value

DoubleVector
The weighted least squares solution to the problem Ax = b.
See Also