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

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DoubleMatrix XTXInv { get; }
Visual Basic (Declaration)
Public ReadOnly Property XTXInv As DoubleMatrix
Visual C++
public:
virtual property DoubleMatrix^ XTXInv {
	DoubleMatrix^ get () sealed;
}

Implements

IRegressionCalculation..::.XTXInv

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.NMathExceptionAlways thrown, because the matrix is not available from instances of CORegressionCalculation.

See Also