Returns a copy of the R matrix.

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<double,2>^ GetR()

Return Value

A double matrix containing a copy of the R matrix.

Remarks

R is the upper triangular matrix containing the R matrix from a QR decomposition of the matrix of regressors.

See Also