Click or drag to resize
DiscriminantAnalysisNumberOfRowsMissing Property
The number of rows of data encountered containing missing values (Double.NaN).

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int NumberOfRowsMissing { get; }

Property Value

Type: Int32
An int representing the number of rows of data encountered containing missing values (Double.NaN) for the classification, group, weight, and/or frequency variables.
Remarks
If a row of data contains a missing value (Double.NaN) for any of these variables, that row is excluded from the computations.
See Also