Click or drag to resize

QRRegressionCalculationFactor(DoubleMatrix) Method

Factors a given matrix so that it may be used to solve least squares problems.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Factor(
	DoubleMatrix A
)

Parameters

A  DoubleMatrix
A matrix.
Remarks
For the QR least squares method to succeed, the matrix A must have full rank.
See Also