Returns the number of zero differences. Note that the Compute method must be invoked first before invoking this method. Otherwise, the return value is 0.

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

Syntax

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

Field Value

A scalar int containing the number of zero differences (ties) x[j-1]-Percentile for j = 1, 2, ..., x.Length.

See Also