Returns the R matrix from the QR decomposition.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public Function GetR As Double()()
public:
array<array<double>^>^ GetR()
member GetR : unit -> float[][]
Return Value
Type:
Double
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.
See Also