|
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
)
Protected Sub Compute (
statistic As Double,
ranks As Double(),
tail As DistributionTail,
exact As Nullable(Of Boolean)
)
Request Example
View SourceParameters
- statistic
- Type: SystemDouble
- ranks
- Type: SystemDouble
- tail
- Type: Accord.Statistics.TestingDistributionTail
- exact
- Type: SystemNullableBoolean
See Also