 | 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.3
Syntaxpublic DoubleMatrix XTXInv { get; }
Public ReadOnly Property XTXInv As DoubleMatrix
Get
public:
virtual property DoubleMatrix^ XTXInv {
DoubleMatrix^ get () sealed;
}
abstract XTXInv : DoubleMatrix with get
override XTXInv : DoubleMatrix with get
Property Value
Type:
DoubleMatrixImplements
IRegressionCalculationXTXInv
ExceptionsException | Condition |
---|
NMathException | Always thrown, because the matrix
is not available from instances of CORegressionCalculation. |
See Also