Click or drag to resize
Accord.NET (logo)

WilcoxonDistributionWNegative Method

Computes the Wilcoxon's W- statistic.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static double WNegative(
	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 sum of all negative signed ranks.
See Also