Click or drag to resize
Accord.NET (logo)

WilcoxonDistributionWPositive 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 WPositive(
	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 positive signed ranks.
See Also