Fixed some bugs related to empty parentheses
[pspp] / src / language / stats / npar.c
2016-01-11 John DarringtonFixed some bugs related to empty parentheses
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-02-21 John DarringtonReplace syntactical keywords in error/warning messages... 20140222030507/pspp
2012-12-30 Ben PfaffMerge 'master' into 'psppsheet'. 20121231032129/pspp 20130101032123/pspp 20130102032118/pspp 20130103032118/pspp 20130104032103/pspp 20130105032146/pspp 20130106032112/pspp
2012-12-26 John DarringtonFixed crash parsing NPAR CHISQUARE 20121227030502/pspp
2012-12-02 Ben PfaffMerge 'master' into 'psppsheet'. 20121202031952/pspp 20121203032039/pspp 20121204032004/pspp 20121205032030/pspp 20121206032021/pspp 20121207032036/pspp 20121208032040/pspp 20121209032019/pspp 20121210032023/pspp 20121211032038/pspp 20121212032028/pspp 20121213032029/pspp 20121214032036/pspp 20121215032028/pspp 20121216032020/pspp 20121217032038/pspp 20121218031957/pspp 20121219032034/pspp 20121220032031/pspp 20121221032037/pspp 20121222032032/pspp 20121223032002/pspp 20121225032008/pspp 20121226032016/pspp 20121227032003/pspp 20121228032058/pspp 20121229032201/pspp 20121230032128/pspp
2012-11-24 John DarringtonFixed bug in NPAR BINOMIAL 20121124030501/pspp
2012-07-09 Ben PfaffMerge "master" into "psppsheet" to obtain bug fixes... 20120709001830/pspp 20120710001843/pspp
2012-07-06 John DarringtonFixed crash in two sample npar tests with (paired)
2012-02-05 John Darringtonnpar.c: Added some missing initialisers.
2012-02-05 John DarringtonAdded an implementation of the Jonckheere-Terpstra...
2011-11-06 Ben Pfafflexer: Use error helper functions in more situations.
2011-08-28 John DarringtonAdded an implementation of the median test
2011-08-23 John DarringtonFix warnings
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-08-13 John DarringtonAdded an implementation for the One Sample Kolmogorov... 20110814030502/pspp 20110815030503/pspp
2011-07-01 John DarringtonImplemented the McNemar test. Closes bug #33242
2011-07-01 John DarringtonChange the order of the reported NPAR values in two...
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-04-12 Ben Pfaffvalue-parser: Make parse_value() accept variable's...
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-17 John DarringtonMerge commit 'origin/master' into sso
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