DiscriminantAnalysisNumberOfRowsMissing Property |
The number of rows of data encountered containing missing
values (Double.NaN).
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int NumberOfRowsMissing { get; }
Public ReadOnly Property NumberOfRowsMissing As Integer
Get
public:
property int NumberOfRowsMissing {
int get ();
}
member NumberOfRowsMissing : int with 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