ANOVATotalMissing Property |
Returns the total number of missing values.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int TotalMissing { get; }
Public ReadOnly Property TotalMissing As Integer
Get
public:
property int TotalMissing {
int get ();
}
member TotalMissing : int with get
Property Value
Type:
Int32
An
int representing the total number of missing values
(
NaN) in input Y.
Remarks
Elements of Y containing NaN (not a number) are omitted from
the computations.
See Also