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 |
2004-03-10 |
Ben Pfaff | Fix brown-bag bug introduced in last check-in. |
tree | commitdiff |
2004-03-10 |
Ben Pfaff | Eliminate temp_case, and a few other cleanups. |
tree | commitdiff |
2004-03-04 |
Ben Pfaff | Fix a lot of "possibly uninitialized variable" warnings... |
tree | commitdiff |
2004-03-04 |
Ben Pfaff | Start working to eliminate VFM dependence on static... |
tree | commitdiff |
2004-03-02 |
Ben Pfaff | Beginning of VFM cleanup. |
tree | commitdiff |
2004-02-21 |
John Darrington | Added a trap on signal 11 requesting a bug report. |
tree | commitdiff |
2004-02-21 |
Ben Pfaff | Fix root cause of bug worked around by previous check... |
tree | commitdiff |
2004-02-21 |
John Darrington | Changed po/POTFILES.in to be a generated file. |
tree | commitdiff |
2004-02-20 |
John Darrington | Fixed a bug causing pspp to crash when computed variabl... |
tree | commitdiff |
2004-02-19 |
Ben Pfaff | Got rid of approx.h and replaced all references to... |
tree | commitdiff |
2004-02-19 |
Ben Pfaff | Prevent procedure() from being called recursively. |
tree | commitdiff |
2004-02-18 |
John Darrington | Added Levene test. Added T-TEST section to pspp.texi |
tree | commitdiff |
2004-02-17 |
Ben Pfaff | data-out.c clean ups. |
tree | commitdiff |
2004-02-17 |
Ben Pfaff | Add an Emacs header line to output files that makes... |
tree | commitdiff |
2004-02-16 |
Ben Pfaff | Clean up struct dictionary's value_cnt usage. |
tree | commitdiff |
2004-02-16 |
Ben Pfaff | Fix comment. |
tree | commitdiff |
2004-02-16 |
Ben Pfaff | Make vfm.c slightly less grotesque. |
tree | commitdiff |
2004-02-16 |
Ben Pfaff | (struct variable) Update comments. |
tree | commitdiff |
2004-02-16 |
Ben Pfaff | Got rid of "struct long_vec", envector(), devector... |
tree | commitdiff |
2004-02-16 |
Ben Pfaff | pfm-write.c: (bufwrite) Get rid of nasty cast that... |
tree | commitdiff |
2004-02-13 |
Ben Pfaff | Add auxiliary argument to procedure() interface. Assoc... |
tree | commitdiff |
2004-02-12 |
John Darrington | Added caculations for the grouped T-TEST |
tree | commitdiff |
2004-02-12 |
Ben Pfaff | Clean up pref.h.orig and deal with the consequences. |
tree | commitdiff |
2004-02-12 |
John Darrington | Update a rather poor Changelog entry, to give better... |
tree | commitdiff |
2004-02-12 |
Ben Pfaff | Fixed crash from FLIP when a numeric variable is specif... |
tree | commitdiff |
2004-02-09 |
John Darrington | Fixed t-test so that multiple /pairs subcommands may... |
tree | commitdiff |
2004-02-09 |
John Darrington | Implemented calculations for the paired samples t-test |
tree | commitdiff |
2004-02-08 |
John Darrington | Added calculations for the correlation for paired sampl... |
tree | commitdiff |
2004-02-06 |
John Darrington | Added a (currently unpopulated) box for the paired... |
tree | commitdiff |
2004-02-05 |
John Darrington | Fixed a bug which crashed PSPP under invalid input. |
tree | commitdiff |
next |