Click or drag to resize
Accord.NET (logo)

MannWhitneyWilcoxonTestStatisticToPValue Method

Converts a given test statistic to a p-value.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public override double StatisticToPValue(
	double x
)
Request Example View Source

Parameters

x
Type: SystemDouble
The value of the test statistic.

Return Value

Type: Double
The p-value for the given statistic.

Implements

IHypothesisTestStatisticToPValue(Double)
See Also