Click or drag to resize
Accord.NET (logo)

MannWhitneyDistributionMannWhitneyU Method

Gets the Mann-Whitney's U statistic for the first sample.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static double MannWhitneyU(
	double[] ranks
)
Request Example View Source

Parameters

ranks
Type: SystemDouble

Return Value

Type: Double
See Also