SignTestNumPositiveDev 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.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int NumPositiveDev { get; }
Public ReadOnly Property NumPositiveDev As Integer
Get
public:
property int NumPositiveDev {
int get ();
}
member NumPositiveDev : int with get
Property Value
Type:
Int32
A scalar
int containing the number of positive differences
x[j-1]-Percentile for j = 1, 2, ...,
x.Length.
See Also