Returns the R matrix from the QR decomposition.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double[][] GetR() |
Visual Basic (Declaration) |
---|
Public Function GetR As Double()() |
Visual C++ |
---|
public: array<array<double>^>^ GetR() |
Return Value
A double matrix of size ngroup + ncov by ngroup + ncov which contains the R from the QR decomposition.
Remarks
The R matrix is from the regression assuming parallelism.