IMSL C# Numerical Library

NonlinearRegression.R Property

A copy of the R matrix.

public virtual double[,] R {get;}

Property Value

A two dimensional double array containing a copy of the R matrix or null if Solve has not been called.

Remarks

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

See Also

NonlinearRegression Class | Imsl.Stat Namespace