IMSL C# Numerical Library

ANOVA.TotalMissing Property

Returns the total number of missing values.

public int TotalMissing {get;}

Property Value

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

ANOVA Class | Imsl.Stat Namespace