fixed computation of sample covariance
[pspp-builds.git] / tests /
2005-01-18 John DarringtonFixed numerous memory leaks. Changed many of the test...
2005-01-09 John DarringtonChanged the generation of the test data, so that it...
2005-01-06 John DarringtonAdded a signal handler for SIGFPE
2005-01-05 John DarringtonFixed bug #11307
2005-01-05 John DarringtonAdded a test for reading/writing of portable files.
2005-01-01 John DarringtonVarious bug fixes.
2004-12-31 John DarringtonAdded Boxplots to the EXAMINE subcommand repertoire
2004-12-29 John DarringtonImplemented calculation of percentiles and Tukey hinges
2004-12-24 John DarringtonFixed bug #11227 (T-Test not working with alpha indepen...
2004-12-11 John DarringtonFixed the trimmed mean calculation under various specia...
2004-11-25 John DarringtonAdded the skewness and kurtosis calculations to the...
2004-11-23 John DarringtonFixed some memory leaks.
2004-11-21 John DarringtonDocumented the EXAMINE subcommands. Fixed up the exami...
2004-11-20 John DarringtonRewrote most of the examine command.
2004-11-16 Ben PfaffAdopt GSL random number generators, paving the way...
2004-11-16 John DarringtonAdded the permissions command.
2004-11-11 John DarringtonFixed bug in the levene calculation. It hadn't been...
2004-11-06 John DarringtonFixed problem where oneway didn't deal properly with...
2004-11-01 John DarringtonAdded test for ntiles. Fixed q2c parsing of integer...
2004-10-31 John DarringtonUpdated the documentation and fixed a couple of the...
2004-10-30 John DarringtonFixed behaviour of oneway when presented with missing...
2004-10-30 John DarringtonFixed a bug in the levene test, and added the levene...
2004-10-22 John DarringtonAdded infrastructure for the ONEWAY command.
2004-06-01 Ben PfaffFix memory leaks.
2004-05-31 Ben PfaffFully implement arbitrary delimiters on DATA LIST,...
2004-04-28 pjk- Add test for compute heap munching bug (compute a...
2004-04-23 pjkFix broken check-in
2004-04-23 pjkAdd test for bug fixed recently in recode
2004-04-11 Ben PfaffRework moments routines for improved numerical stabilit...
2004-04-10 Ben PfaffFix assert failure when only MOMENT_MEAN is needed...
2004-04-03 Ben PfaffFix infinite loop on comment at end of file, add test.
2004-04-03 John DarringtonFixed the calculation of percentiles and added --syntax...
2004-04-02 John DarringtonConverted the t-test to use multipass_with_split.....
2004-03-31 Ben PfaffAdd test for multipass procedure bug.
2004-03-30 Ben PfaffAdd multipass procedures. Add two-pass moments calcula...
2004-03-26 Ben PfaffMake the expression code a little nicer and fix bugs...
2004-03-21 John DarringtonAdded custom assert(); Fixed bugs in T-TEST and VALUE...
2004-03-21 Ben PfaffAdd stub for USE ALL.
2004-03-21 Ben PfaffChanged DFM from open-at-first-access to explicit-open...
2004-03-19 John DarringtonImplemented the SHOW command and massaged the SET comma...
2004-03-15 Ben PfaffRedo VFM interface. Get rid of compaction_necessary...
2004-03-13 John DarringtonFixed the handling of MISSING values in t-test
2004-03-12 John DarringtonAdded support for T-TEST where the group criteria is...
2004-03-11 Ben PfaffFix TEMPORARY bug and add regression test.
2004-03-02 Ben PfaffOops - revert change that shouldn't have been applied.
2004-03-02 Ben PfaffBeginning of VFM cleanup.
2004-02-20 John DarringtonFixed a bug causing pspp to crash when computed variabl...
2004-02-18 John DarringtonAdded Levene test. Added T-TEST section to pspp.texi
2004-02-17 Ben PfaffPrepend $SUPERVISOR to invocations of pspp so that we
2004-02-17 John DarringtonAdded test for T-TEST /GROUPS (Levene values come later).
2004-02-17 John DarringtonAdded tests for the one sample and paired T-TEST commands
2004-02-05 John DarringtonFixed a bug which crashed PSPP under invalid input.
2004-02-03 John DarringtonFixed a bug where the random number generator always...
2004-01-29 John DarringtonRemoved inappropriate assertion from list.q
2004-01-05 John DarringtonFixed a buglet in the ERASE command, added a test for...
2004-01-04 John DarringtonAdded test for bug in FREQ command.
2003-12-31 John DarringtonFixed a bug in frequencies.q which would crash on alpha...
2003-12-30 John DarringtonFixed floating point rounding problem
2003-12-20 John DarringtonFixed a howler with pluralism --- impossible to interna...
2003-12-20 John DarringtonFixed the make distcheck target
2003-12-20 John DarringtonFixed some buglets in the tests
2003-12-19 John DarringtonAdded an implementation for FREQUENCIES/PERCENTILES
2003-12-18 John DarringtonAdded a calculation of mode to FREQUENCIES
2003-12-18 John DarringtonAdded a test for the FILTER command
2003-12-17 John DarringtonAdded a test for the WEIGHT command
2003-12-17 John DarringtonAdded a test for the compute command.
2003-12-17 John DarringtonAdded a test for the LIST command
2003-12-17 John DarringtonAdded a test for the FILE LABEL and DOCUMENT commands
2003-12-17 John DarringtonAdded a couple more tests
2003-12-17 John DarringtonAdded tests for LOOP and SAMPLE commands
2003-12-16 John DarringtonFixed a problem with some tests
2003-12-16 John DarringtonFixed another problem with print.sh
2003-12-16 John DarringtonFixed up the PRINT test
2003-12-16 John DarringtonAdded new tests
2003-12-16 John DarringtonAdded a test to ensure that tabs can be input into...
2003-12-16 John DarringtonAdded a test for the lag command and started on the...
2003-12-16 John DarringtonAdded test for a bug in crosstab.q which caused a crash
2003-12-16 John DarringtonFixed bug in crosstabs.q which caused a system crash
2003-12-16 John DarringtonAdded a test for the PRINT command
2003-12-16 John DarringtonAdded tests for descriptives and flip
2003-12-16 John DarringtonAdded tests for count and sort
2003-12-16 John DarringtonFixed up the test for big numbers
2003-12-15 John DarringtonFixed some changes, which didn't work with certain...
2003-12-15 John DarringtonStarted converting the make check target to aegis style...
2003-12-13 John DarringtonFixed intl/ and some tests, so that the project can...
2003-12-13 John DarringtonFixed up the tests, so that make check now works
2003-12-13 Ben Pfaff * syntax: Run a diff when there's no expected output...
2003-12-13 Ben PfaffAdd lots of files that should be ignored.
2003-12-11 John DarringtonFixed a bug apparent when using the FREQUENCIES command...
2003-12-11 John DarringtonRemoved auto generated files from the repository
2003-12-11 Ben PfaffUpdate build system to Autoconf 2.58, Automake 1.7...
2003-12-11 John DarringtonFixed memory problem in frequencies.q
2003-12-10 John Darringtoncheckin of 0.3.0
2003-12-10 John Darringtoncheckin of 0.3.0