Click or drag to resize
NonlinearRegressionR Property
A copy of the R matrix.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[,] R { get; }

Property Value

Type: Double
A two dimensional double array containing a copy of the R matrix or null if Solve(NonlinearRegressionIFunction) has not been called.
Remarks

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

See Also