RegressorsForGLMNumberOfMissingRows Property |
Returns the number of rows in the regressors matrix containing NaN (not a number).
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int NumberOfMissingRows { get; }
Public ReadOnly Property NumberOfMissingRows As Integer
Get
public:
property int NumberOfMissingRows {
int get ();
}
member NumberOfMissingRows : int with get
Return Value
Type:
Int32
The number of rows in the data matrix having missing data.
Remarks
A row of the regressors matrix contains NaN for a regressor when any of
the variables involved in generation of the regressor
equals NaN.
See Also