Click or drag to resize
Accord.NET (logo)

WilcoxonTest Constructor (Int32, Double, DistributionTail)

Creates a new Wilcoxon's W+ test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public WilcoxonTest(
	int[] signs,
	double[] diffs,
	DistributionTail tail
)
Request Example View Source

Parameters

signs
Type: SystemInt32
The signs for the sample differences.
diffs
Type: SystemDouble
The differences between samples.
tail
Type: Accord.Statistics.TestingDistributionTail
The distribution tail to test.
See Also