Click or drag to resize

CORegressionCalculationXTXInv Property

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

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

Property Value

DoubleMatrix

Implements

IRegressionCalculationXTXInv
Exceptions
ExceptionCondition
NMathExceptionAlways thrown, because the matrix is not available from instances of CORegressionCalculation.
See Also