Click or drag to resize

DoubleLeastSqWeightingFunction(DoubleMatrix) Constructor

Constructs a DoubleLeastSqWeighting instance for the given least square matrix and intercept option.

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

Parameters

A  DoubleMatrix
The matrix A from the least squares problem Ax = b
See Also