NonlinearRegression.R Property |
A copy of the R matrix.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic 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(NonlinearRegression. IFunction) has not
been called.
Remarks
The upper triangular matrix containing the R matrix from a QR
decomposition of the matrix of regressors.
See Also