Fixed misleading results in the Kruskal-Wallis test
[pspp] / src / language / stats / kruskal-wallis.c
2022-01-01 John DarringtonFixed misleading results in the Kruskal-Wallis test
2021-09-03 Ben Pfaffcase: Introduce new functions for numbers and substring...
2020-06-27 John DarringtonReplace some calls to xcalloc with XCALLOC
2020-06-07 John DarringtonWhitespace changes only.
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2018-12-25 Ben Pfaffbt, abt: Add initialization and iteration macros.
2017-08-31 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-08-20 Stefan WeilFix some typos (found by codespell)
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
2012-02-29 John DarringtonKruskal-Wallis: Sort grouped ranks before displaying...
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-03-20 Ben PfaffRename procedure.[ch] to dataset.[ch].
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-10-13 John DarringtonAdd some comments where needed
2010-10-13 John DarringtonAvoid compiler warnings
2010-10-12 John DarringtonFix memory leaks in Kruskal-Wallis test
2010-10-11 John DarringtonInitial implementation of the Kruskal-Wallis test.