Performs a sign test.

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

Syntax

C#
public double Compute()
Visual Basic (Declaration)
Public Function Compute As Double
Visual C++
public:
double Compute()

Return Value

A double scalar containing the Binomial probability of NumPositiveDev or more positive differences in x.length - number of zero differences trials.

Remarks

Call this value probability. If using default values, the null hypothesis is that the median equals 0.0.

See Also