|
WilcoxonDistributionWNegative Method
|
Computes the Wilcoxon's W- statistic.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static double WNegative(
int[] signs,
double[] ranks
)
Public Shared Function WNegative (
signs As Integer(),
ranks As Double()
) As Double
Request Example
View SourceParameters
- signs
- Type: SystemInt32
- ranks
- Type: SystemDouble
Return Value
Type:
DoubleRemarks
The W- statistic is computed as the sum of all negative signed ranks.
See Also