Click or drag to resize

SVDRegressionCalculationXTXInv Property

Gets the matrix formed by taking the inverse of the product of the transpose of the regression matrix with itself, if available.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix XTXInv { get; }

Property Value

DoubleMatrix

Implements

IRegressionCalculationXTXInv
See Also