LinearRegression.GetR Method |
Returns a copy of the R matrix.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
SyntaxPublic Function GetR As Double(,)
public:
array<double,2>^ GetR()
member GetR : unit -> float[,]
Return Value
Type:
Double[,]
A
double matrix containing a copy of the
R matrix.
RemarksR is the upper triangular matrix containing the R
matrix from a QR decomposition of the matrix of regressors.
See Also