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

Shaffer Post-hoc test error #1

Open ghost opened 7 years ago

ghost commented 7 years ago

I noticed that the Shaffer Post-hoc test doesn't work (nothing happens if you click on apply). I tried to call it in the source code, but something seems to be missing: In nonparametric_tests.py tmp = S(k - j) NameError: global name 'S' is not defined

armando-fandango commented 4 years ago

Just fixed this and several other bugs. Sending pull request.