Performs a Wilcoxon rank sum 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 two-sided p-value for the Wilcoxon rank sum statistic that is computed with average ranks used in the case of ties.

See Also