Click or drag to resize
Accord.NET (logo)

WilcoxonDistributionWMinimum Method

Computes the Wilcoxon's W statistic (equivalent to Mann-Whitney U when used in two-sample tests).

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static double WMinimum(
	int[] signs,
	double[] ranks
)
Request Example View Source

Parameters

signs
Type: SystemInt32
ranks
Type: SystemDouble

Return Value

Type: Double
Remarks
The W statistic is computed as the minimum of the W+ and W- statistics.
See Also