Rename procedure.[ch] to dataset.[ch].
[pspp-builds.git] / src / language / stats / npar.c
2011-03-20 Ben PfaffRename procedure.[ch] to dataset.[ch].
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-12-21 Ben PfaffNPAR TESTS: Fix two test failures.
2010-12-21 Ben PfaffNPAR TESTS: Fix "NPAR TESTS BINOMIAL, P = 0.5; N1/N2...
2010-12-12 Ben PfaffNPAR TESTS: Prefer lex_match_id() over lex_match_hyphen...
2010-11-20 Ben Pfafflexer: Change the functions for retrieving token strings.
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-10-30 John DarringtonNPAR: Implemented the /KENDALL subcommand.
2010-10-28 John DarringtonAdded implementation for the Cochran Q test
2010-10-25 John DarringtonFirst attempt at Mann-Whitney U test.
2010-10-25 John DarringtonUse sort instead of qsort thus avoiding compiler warning
2010-10-23 John DarringtonFirst attempt at the Friedman test
2010-10-21 John DarringtonImplemented the /RUNS subcommand for NPAR TESTS.
2010-10-16 John DarringtonNPAR: use hmapx instead of hash.h
2010-10-11 John DarringtonInitial implementation of the Kruskal-Wallis test.
2010-10-11 John DarringtonNPAR TESTS: Implement parser for kruskal wallis test
2010-10-11 John DarringtonNPAR TESTS: Add framework for n sample independent...
2010-10-11 John DarringtonNPAR TESTS: reformat and use cast macros
2010-10-09 John DarringtonEleminate unnecessary variables
2010-10-09 John DarringtonChange identifiers for consistency with other commands
2010-10-09 John DarringtonConsolidate translatable strings
2010-10-09 John DarringtonReplace npar.q with npar.c