IMSL C# Numerical Library

SignTest.NumPositiveDev Property

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

public int NumPositiveDev {get;}

Property Value

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

See Also

SignTest Class | Imsl.Stat Namespace