Returns the number of rows in the regressors matrix containing NaN (not a number).

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int NumberOfMissingRows { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberOfMissingRows As Integer
Visual C++
public:
property int NumberOfMissingRows {
	int get ();
}

Return Value

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