IMSL C# Numerical Library

Covariances.NumRowMissing Property

Returns the total number of observations that contain any missing values (Double.NaN). Note that the Compute method must be invoked first before invoking this method. Otherwise, the return value is 0.

public int NumRowMissing {get;}

Property Value

An int scalar containing the total number of observations that contain any missing values (Double.NaN).

See Also

Covariances Class | Imsl.Stat Namespace