Click or drag to resize

IRegressionCalculationXTXInv 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
DoubleMatrix XTXInv { get; }

Property Value

DoubleMatrix
Exceptions
ExceptionCondition
NMathExceptionThrown if this object does not implement this calculation. This may be checked with the XTXInvAvailable property.
See Also