Click or drag to resize
ANOVATotalMissing Property
Returns the total number of missing values.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int TotalMissing { 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