Rename procedure.[ch] to dataset.[ch].
[pspp] / 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. 139/pspp 140/pspp 141/pspp 142/pspp 143/pspp 144/pspp 145/pspp 146/pspp 147/pspp 148/pspp 149/pspp 150/pspp 20101221030505/pspp 20101222030509/pspp 20101223030504/pspp 20101224030508/pspp 20101225030503/pspp 20101226030509/pspp 20101227030502/pspp 20101228030501/pspp 20101229030502/pspp 20101230030502/pspp 20101231030502/pspp 20110101030503/pspp
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. 111/pspp 112/pspp 113/pspp 114/pspp 115/pspp 116/pspp 120/pspp 121/pspp 122/pspp 20101122030502/pspp 20101123030502/pspp 20101124030502/pspp 20101125030504/pspp 20101126030502/pspp 20101127030503/pspp 20101202030501/pspp 20101203030504/pspp 20101204030504/pspp
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