IMSL C# Numerical Library

LinearRegression.GetR Method 

Returns a copy of the R matrix.

public double[,] 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

LinearRegression Class | Imsl.Stat Namespace