Click or drag to resize

SVDRegressionCalculation(DoubleMatrix, Double) Constructor

Constructs a SVDRegressionCalculation instance from the given matrix. The specified tolerance is used in computing the numerical rank of the matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public SVDRegressionCalculation(
	DoubleMatrix A,
	double tolerance
)

Parameters

A  DoubleMatrix
A matrix.
tolerance  Double
Tolerance for computing the numerical rank of the matrix A. All singular values of the matrix less than tolerance are set to zero.
See Also