NonlinearRegressionR Property |
A copy of the R matrix.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[,] R { get; }
Public Overridable ReadOnly Property R As Double(,)
Get
public:
virtual property array<double,2>^ R {
array<double,2>^ get ();
}
abstract R : float[,] with get
override R : float[,] with 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