2005-01-06 |
Ben Pfaff | Fix assertion for proper Huffman merge pattern: 0 ... |
tree | commitdiff |
2005-01-05 |
John Darrington | Fixed bug #11307 |
tree | commitdiff |
2005-01-05 |
John Darrington | Added a test for reading/writing of portable files. |
tree | commitdiff |
2005-01-04 |
Ben Pfaff | * pfm-read.c: (read_variables) Remove direct manipulati... |
tree | commitdiff |
2005-01-01 |
John Darrington | Various bug fixes. |
tree | commitdiff |
2004-12-31 |
John Darrington | Added Boxplots to the EXAMINE subcommand repertoire |
tree | commitdiff |
2004-12-29 |
John Darrington | Implemented calculation of percentiles and Tukey hinges |
tree | commitdiff |
2004-12-24 |
John Darrington | Fixed bug #11227 (T-Test not working with alpha indepen... |
tree | commitdiff |
2004-12-11 |
John Darrington | Fixed the trimmed mean calculation under various specia... |
tree | commitdiff |
2004-12-04 |
John Darrington | Added code to calculate the histogram limits |
tree | commitdiff |
2004-12-02 |
John Darrington | Added histograms into examine. |
tree | commitdiff |
2004-12-01 |
Ben Pfaff | Use AC_TYPE_OFF_T/HAVE_OFF_T to check for off_t. |
tree | commitdiff |
2004-11-30 |
Ben Pfaff | If seeko() is not available use long int for off_t. |
tree | commitdiff |
2004-11-30 |
John Darrington | Fixed a bug which crept into the npplot function |
tree | commitdiff |
2004-11-29 |
John Darrington | Fixed conflict with stdio.h |
tree | commitdiff |
2004-11-25 |
John Darrington | Added the skewness and kurtosis calculations to the... |
tree | commitdiff |
2004-11-23 |
John Darrington | Fixed some memory leaks. |
tree | commitdiff |
2004-11-21 |
John Darrington | Documented the EXAMINE subcommands. Fixed up the exami... |
tree | commitdiff |
2004-11-20 |
John Darrington | Rewrote most of the examine command. |
tree | commitdiff |
2004-11-19 |
John Darrington | Plugged some memory leaks. |
tree | commitdiff |
2004-11-16 |
Ben Pfaff | Adopt GSL random number generators, paving the way... |
tree | commitdiff |
2004-11-16 |
Ben Pfaff | Fix XDATE.JDAY formula. |
tree | commitdiff |
2004-11-16 |
John Darrington | Added the permissions command. |
tree | commitdiff |
2004-11-15 |
Ben Pfaff | Instead of making system or portable file readers respo... |
tree | commitdiff |
2004-11-12 |
John Darrington | Fixed some problems with value labels not reporting... |
tree | commitdiff |
2004-11-11 |
John Darrington | Added npplot and detrended np plots |
tree | commitdiff |
2004-11-11 |
John Darrington | Fixed bug in the levene calculation. It hadn't been... |
tree | commitdiff |
2004-11-09 |
Ben Pfaff | Fix comment. |
tree | commitdiff |
2004-11-09 |
Ben Pfaff | Fix a few formatting mistakes. |
tree | commitdiff |
2004-11-09 |
John Darrington | Made makefile aware of texinfo dependencies |
tree | commitdiff |
2004-11-07 |
John Darrington | Added (some of the) calculations for the examine command. |
tree | commitdiff |
2004-11-06 |
John Darrington | Changed the definition of factors to be self referential. |
tree | commitdiff |
2004-11-06 |
John Darrington | Made EXAMINE cope properly with splits. |
tree | commitdiff |
2004-11-06 |
John Darrington | Fixed problem where oneway didn't deal properly with... |
tree | commitdiff |
2004-11-04 |
John Darrington | Fixed the parsing of subcommands, such that the (n... |
tree | commitdiff |
2004-11-03 |
John Darrington | Added framework for the EXAMINE command |
tree | commitdiff |
2004-11-01 |
John Darrington | Added test for ntiles. Fixed q2c parsing of integer... |
tree | commitdiff |
2004-10-30 |
John Darrington | Fixed behaviour of oneway when presented with missing... |
tree | commitdiff |
2004-10-30 |
John Darrington | Fixed a bug in the levene test, and added the levene... |
tree | commitdiff |
2004-10-29 |
John Darrington | Fixed the t-test model to be consistent with the anova... |
tree | commitdiff |
2004-10-29 |
John Darrington | Added framework for charts |
tree | commitdiff |
2004-10-26 |
John Darrington | Amalgamated t-test.h and oneway.h into a single group_p... |
tree | commitdiff |
2004-10-25 |
John Darrington | Added remaining calculations for the separate variance... |
tree | commitdiff |
2004-10-25 |
John Darrington | Fixed namespace clash (stderr) |
tree | commitdiff |
2004-10-25 |
John Darrington | Added this file which I forgot. |
tree | commitdiff |
2004-10-24 |
John Darrington | Added most of the calculations for the ONEWAY command. |
tree | commitdiff |
2004-10-22 |
John Darrington | Added framework for the ONEWAY command. |
tree | commitdiff |
2004-06-07 |
Ben Pfaff | (cmd_descriptives) Remove harmless but bogus test in... |
tree | commitdiff |
2004-06-01 |
Ben Pfaff | Fix memory leaks. |
tree | commitdiff |
2004-05-31 |
Ben Pfaff | Fully implement arbitrary delimiters on DATA LIST,... |
tree | commitdiff |
2004-05-13 |
pjk | Do not kill trailing spaces - breaks data list list... |
tree | commitdiff |
2004-05-13 |
pjk | Adjusted code for DATA LIST (free/list) to be more... |
tree | commitdiff |
2004-05-13 |
pjk | Add support for (TAB) to DATA LIST FREE/LIST |
tree | commitdiff |
2004-05-04 |
pjk | Fix segfault in recode (recode with an int src, string... |
tree | commitdiff |
2004-04-28 |
pjk | configure.ac: check for presence / add libgnugetopt... |
tree | commitdiff |
2004-04-27 |
pjk | - Fixed bug in pool (free_all_gizmos) where gizmos... |
tree | commitdiff |
2004-04-27 |
Ben Pfaff | We're abusing the current ASCII driver by telling it... |
tree | commitdiff |
2004-04-23 |
pjk | Fix bug where a copy dest spec would cause a failed... |
tree | commitdiff |
2004-04-17 |
Ben Pfaff | Contrary to what I'd always understood, there is an... |
tree | commitdiff |
2004-04-14 |
Ben Pfaff | Adjust calculation of kurtosis to avoid subtracting... |
tree | commitdiff |
2004-04-11 |
Ben Pfaff | Rework moments routines for improved numerical stabilit... |
tree | commitdiff |
2004-04-10 |
Ben Pfaff | Fix assert failure when only MOMENT_MEAN is needed... |
tree | commitdiff |
2004-04-09 |
Michael Kiefte | *** empty log message *** |
tree | commitdiff |
2004-04-09 |
Michael Kiefte | * descript.c: |
tree | commitdiff |
2004-04-06 |
Michael Kiefte | Updated ChangeLog. |
tree | commitdiff |
2004-04-06 |
Michael Kiefte | * Changed dict_get_case_weight() to accept an additiona... |
tree | commitdiff |
2004-04-05 |
John Darrington | Fixed configuration problems with gsl |
tree | commitdiff |
2004-04-05 |
John Darrington | Fixed some problems encountered when compiling under... |
tree | commitdiff |
2004-04-03 |
Ben Pfaff | Fix infinite loop on comment at end of file, add test. |
tree | commitdiff |
2004-04-03 |
John Darrington | Fixed the calculation of percentiles and added --syntax... |
tree | commitdiff |
2004-04-02 |
John Darrington | Converted the t-test to use multipass_with_split..... |
tree | commitdiff |
2004-04-01 |
Ben Pfaff | Use moments data structure on FREQUENCIES. |
tree | commitdiff |
2004-03-31 |
Ben Pfaff | Had to get last call to multipass_split_output() inside |
tree | commitdiff |
2004-03-31 |
Ben Pfaff | Remove descript.c from .cvsignore. |
tree | commitdiff |
2004-03-31 |
Ben Pfaff | Fix DESCRIPTIVES memory leak. |
tree | commitdiff |
2004-03-30 |
Ben Pfaff | Add multipass procedures. Add two-pass moments calcula... |
tree | commitdiff |
2004-03-30 |
Ben Pfaff | Add multipass procedures. Add two-pass moments calcula... |
tree | commitdiff |
2004-03-26 |
Ben Pfaff | Compacted values need to start off from 0. |
tree | commitdiff |
2004-03-26 |
Ben Pfaff | Make the expression code a little nicer and fix bugs... |
tree | commitdiff |
2004-03-23 |
John Darrington | Removed libdcdflib and replaced it with a dependency... |
tree | commitdiff |
2004-03-23 |
John Darrington | Added missing call to close_temp_file and improved... |
tree | commitdiff |
2004-03-21 |
John Darrington | Added custom assert(); Fixed bugs in T-TEST and VALUE... |
tree | commitdiff |
2004-03-21 |
Ben Pfaff | Fix table function assertions to respect offsets. |
tree | commitdiff |
2004-03-21 |
Ben Pfaff | Oops, add initial version. |
tree | commitdiff |
2004-03-21 |
Ben Pfaff | Add stub for USE ALL. |
tree | commitdiff |
2004-03-21 |
Ben Pfaff | Changed DFM from open-at-first-access to explicit-open... |
tree | commitdiff |
2004-03-19 |
John Darrington | Implemented the SHOW command and massaged the SET comma... |
tree | commitdiff |
2004-03-18 |
Ben Pfaff | Fix EXPORT problem with string variables. From Andreas... |
tree | commitdiff |
2004-03-16 |
Ben Pfaff | Get rid of static and global (!) vars in matrix-data.c. |
tree | commitdiff |
2004-03-16 |
Ben Pfaff | Get rid of static vars in autorecode.c. |
tree | commitdiff |
2004-03-15 |
Ben Pfaff | Get rid of static, global vars in recode.c. Remove... |
tree | commitdiff |
2004-03-15 |
Ben Pfaff | Get rid of static vars in expr-opt.c. |
tree | commitdiff |
2004-03-15 |
Ben Pfaff | Get rid of static var in COUNT. |
tree | commitdiff |
2004-03-15 |
Ben Pfaff | Get rid of static vars in VALUE LABELS, ADD VALUE LABELS. |
tree | commitdiff |
2004-03-15 |
Ben Pfaff | Get rid of static vars in MATCH FILES. |
tree | commitdiff |
2004-03-15 |
Ben Pfaff | Redo VFM interface. Get rid of compaction_necessary... |
tree | commitdiff |
2004-03-13 |
John Darrington | Fixed the handling of MISSING values in t-test |
tree | commitdiff |
2004-03-12 |
John Darrington | Added support for T-TEST where the group criteria is... |
tree | commitdiff |
2004-03-11 |
Ben Pfaff | Change explicit variable name checks into use of dict_c... |
tree | commitdiff |
2004-03-11 |
Ben Pfaff | Fix TEMPORARY bug and add regression test. |
tree | commitdiff |
next |