Click or drag to resize

QRRegressionCalculation(DoubleMatrix) Constructor

Constructs a QRRegressionCalculation instance from the given matrix.

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

Parameters

A  DoubleMatrix
A matrix
See Also