IMSL C# Numerical Library

DiscriminantAnalysis.NRowsMissing Property

Returns the number of rows of data encountered containing missing values (NaN).

public int NRowsMissing {get;}

Property Value

An int representing the number of rows of data encountered containing missing values (NaN) for the classification, group, weight, and/or frequency variables.

Remarks

If a row of data contains a missing value (NaN) for any of these variables, that row is excluded from the computations.

See Also

DiscriminantAnalysis Class | Imsl.Stat Namespace