Click or drag to resize
Accord.NET (logo)

WilcoxonTestCompute Method (Double, Double, DistributionTail, NullableBoolean)

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(
	double statistic,
	double[] ranks,
	DistributionTail tail,
	Nullable<bool> exact
)
Request Example View Source

Parameters

statistic
Type: SystemDouble
ranks
Type: SystemDouble
tail
Type: Accord.Statistics.TestingDistributionTail
exact
Type: SystemNullableBoolean
See Also