citiususc / stac

Statistical Tests for Algorithms Comparison (STAC) is a new platform for statistical analysis to verify the results obtained from computational intelligence algorithms.
BSD 2-Clause "Simplified" License
32 stars 15 forks source link

Ambiguous Documentation #6

Open rmlopes opened 5 years ago

rmlopes commented 5 years ago

The documentation for the Holm method, or instance, is a bit ambiguous.

The function signature: stac.nonparametric_tests.holm_test(ranks, control=None)

The parameters documentation:

Parameters: | pivots : dictionary_like - A dictionary with format ‘groupname’:’pivotal quantity’

The Friedman test returns both pivots and ranks. The parameter should be renamed in the function signature.