IMSL C# Numerical Library

RegressorsForGLM.NumberOfMissingRows Property

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

public int NumberOfMissingRows {get;}

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

RegressorsForGLM Class | Imsl.Stat Namespace