|
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
)
Public Shared Function MannWhitneyU (
ranks As Double()
) As Double
Request Example
View SourceParameters
- ranks
- Type: SystemDouble
Return Value
Type:
DoubleSee Also