Returns the number of missing values in the x sample.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int NumberMissingX { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberMissingX As Integer
Visual C++
public:
property int NumberMissingX {
	int get ();
}

See Also