RegressorsForGLMNumberOfRegressors Property |
Returns the number of regressors.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int NumberOfRegressors { get; }
Public ReadOnly Property NumberOfRegressors As Integer
Get
public:
property int NumberOfRegressors {
int get ();
}
member NumberOfRegressors : int with get
Return Value
Type:
Int32 The number of regressors.
This is the number of columns in the regressor matrix.
See Also