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.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
DoubleMatrix XTXInv { get; } |
| Visual Basic (Declaration) |
|---|
ReadOnly Property XTXInv As DoubleMatrix |
| Visual C++ |
|---|
property DoubleMatrix^ XTXInv { DoubleMatrix^ get (); } |
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.NMathException | Thrown if this object does not implement this calculation. This may be checked with the XTXInvAvailable property. |