CovariancesNumRowMissing 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.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int NumRowMissing { get; }
Public ReadOnly Property NumRowMissing As Integer
Get
public:
property int NumRowMissing {
int get ();
}
member NumRowMissing : int with get
Property Value
Type:
Int32
An
int scalar containing the total number of observations that
contain any missing values (
Double.NaN).
See Also