Click or drag to resize
Accord.NET (logo)

WilcoxonTestCompute Method (Int32, Double, DistributionTail, NullableBoolean, Boolean)

Computes the Wilcoxon Signed-Rank test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected void Compute(
	int[] signs,
	double[] diffs,
	DistributionTail tail,
	Nullable<bool> exact,
	bool adjustForTies
)
Request Example View Source

Parameters

signs
Type: SystemInt32
diffs
Type: SystemDouble
tail
Type: Accord.Statistics.TestingDistributionTail
exact
Type: SystemNullableBoolean
adjustForTies
Type: SystemBoolean
See Also