Click or drag to resize
LinearRegressionGetR Method
Returns a copy of the R matrix.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[,] GetR()

Return Value

Type: Double
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