2004-12-24 |
John Darrington | Fixed bug #11227 (T-Test not working with alpha indepen... |
blob | commitdiff | raw |
2004-12-11 |
John Darrington | Fixed the trimmed mean calculation under various specia... |
blob | commitdiff | raw | diff to current |
2004-12-04 |
John Darrington | Added code to calculate the histogram limits |
blob | commitdiff | raw | diff to current |
2004-12-02 |
John Darrington | Added histograms into examine. |
blob | commitdiff | raw | diff to current |
2004-12-01 |
Ben Pfaff | Use AC_TYPE_OFF_T/HAVE_OFF_T to check for off_t. |
blob | commitdiff | raw | diff to current |
2004-11-30 |
Ben Pfaff | If seeko() is not available use long int for off_t. |
blob | commitdiff | raw | diff to current |
2004-11-29 |
John Darrington | Fixed conflict with stdio.h |
blob | commitdiff | raw | diff to current |
2004-11-21 |
John Darrington | Documented the EXAMINE subcommands. Fixed up the exami... |
blob | commitdiff | raw | diff to current |
2004-11-20 |
John Darrington | Rewrote most of the examine command. |
blob | commitdiff | raw | diff to current |
2004-11-19 |
John Darrington | Plugged some memory leaks. |
blob | commitdiff | raw | diff to current |
2004-11-16 |
Ben Pfaff | Adopt GSL random number generators, paving the way... |
blob | commitdiff | raw | diff to current |
2004-11-16 |
Ben Pfaff | Fix XDATE.JDAY formula. |
blob | commitdiff | raw | diff to current |
2004-11-16 |
John Darrington | Added the permissions command. |
blob | commitdiff | raw | diff to current |
2004-11-15 |
Ben Pfaff | Instead of making system or portable file readers respo... |
blob | commitdiff | raw | diff to current |
2004-11-12 |
John Darrington | Fixed some problems with value labels not reporting... |
blob | commitdiff | raw | diff to current |
2004-11-11 |
John Darrington | Added npplot and detrended np plots |
blob | commitdiff | raw | diff to current |
2004-11-07 |
John Darrington | Added (some of the) calculations for the examine command. |
blob | commitdiff | raw | diff to current |
2004-11-06 |
John Darrington | Changed the definition of factors to be self referential. |
blob | commitdiff | raw | diff to current |
2004-11-06 |
John Darrington | Made EXAMINE cope properly with splits. |
blob | commitdiff | raw | diff to current |
2004-11-06 |
John Darrington | Fixed problem where oneway didn't deal properly with... |
blob | commitdiff | raw | diff to current |
2004-11-04 |
John Darrington | Fixed the parsing of subcommands, such that the (n... |
blob | commitdiff | raw | diff to current |
2004-11-01 |
John Darrington | Added test for ntiles. Fixed q2c parsing of integer... |
blob | commitdiff | raw | diff to current |
2004-10-30 |
John Darrington | Fixed behaviour of oneway when presented with missing... |
blob | commitdiff | raw | diff to current |
2004-10-30 |
John Darrington | Fixed a bug in the levene test, and added the levene... |
blob | commitdiff | raw | diff to current |
2004-10-29 |
John Darrington | Fixed the t-test model to be consistent with the anova... |
blob | commitdiff | raw | diff to current |
2004-06-07 |
Ben Pfaff | (cmd_descriptives) Remove harmless but bogus test in... |
blob | commitdiff | raw | diff to current |
2004-06-01 |
Ben Pfaff | Fix memory leaks. |
blob | commitdiff | raw | diff to current |
2004-05-31 |
Ben Pfaff | Fully implement arbitrary delimiters on DATA LIST,... |
blob | commitdiff | raw | diff to current |
2004-04-27 |
Ben Pfaff | We're abusing the current ASCII driver by telling it... |
blob | commitdiff | raw | diff to current |
2004-04-17 |
Ben Pfaff | Contrary to what I'd always understood, there is an... |
blob | commitdiff | raw | diff to current |
2004-04-14 |
Ben Pfaff | Adjust calculation of kurtosis to avoid subtracting... |
blob | commitdiff | raw | diff to current |
2004-04-11 |
Ben Pfaff | Rework moments routines for improved numerical stabilit... |
blob | commitdiff | raw | diff to current |
2004-04-10 |
Ben Pfaff | Fix assert failure when only MOMENT_MEAN is needed... |
blob | commitdiff | raw | diff to current |
2004-04-09 |
Michael Kiefte | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2004-04-06 |
Michael Kiefte | Updated ChangeLog. |
blob | commitdiff | raw | diff to current |
2004-04-03 |
Ben Pfaff | Fix infinite loop on comment at end of file, add test. |
blob | commitdiff | raw | diff to current |
2004-04-03 |
John Darrington | Fixed the calculation of percentiles and added --syntax... |
blob | commitdiff | raw | diff to current |
2004-04-02 |
John Darrington | Converted the t-test to use multipass_with_split..... |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Ben Pfaff | Use moments data structure on FREQUENCIES. |
blob | commitdiff | raw | diff to current |
2004-03-31 |
Ben Pfaff | Had to get last call to multipass_split_output() inside |
blob | commitdiff | raw | diff to current |
2004-03-31 |
Ben Pfaff | Fix DESCRIPTIVES memory leak. |
blob | commitdiff | raw | diff to current |
2004-03-30 |
Ben Pfaff | Add multipass procedures. Add two-pass moments calcula... |
blob | commitdiff | raw | diff to current |
2004-03-26 |
Ben Pfaff | Compacted values need to start off from 0. |
blob | commitdiff | raw | diff to current |
2004-03-26 |
Ben Pfaff | Make the expression code a little nicer and fix bugs... |
blob | commitdiff | raw | diff to current |
2004-03-23 |
John Darrington | Added missing call to close_temp_file and improved... |
blob | commitdiff | raw | diff to current |
2004-03-21 |
John Darrington | Added custom assert(); Fixed bugs in T-TEST and VALUE... |
blob | commitdiff | raw | diff to current |
2004-03-21 |
Ben Pfaff | Fix table function assertions to respect offsets. |
blob | commitdiff | raw | diff to current |
2004-03-21 |
Ben Pfaff | Changed DFM from open-at-first-access to explicit-open... |
blob | commitdiff | raw | diff to current |
2004-03-19 |
John Darrington | Implemented the SHOW command and massaged the SET comma... |
blob | commitdiff | raw | diff to current |
2004-03-18 |
Ben Pfaff | Fix EXPORT problem with string variables. From Andreas... |
blob | commitdiff | raw | diff to current |
2004-03-16 |
Ben Pfaff | Get rid of static and global (!) vars in matrix-data.c. |
blob | commitdiff | raw | diff to current |
2004-03-16 |
Ben Pfaff | Get rid of static vars in autorecode.c. |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Ben Pfaff | Get rid of static, global vars in recode.c. Remove... |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Ben Pfaff | Get rid of static vars in expr-opt.c. |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Ben Pfaff | Get rid of static var in COUNT. |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Ben Pfaff | Get rid of static vars in VALUE LABELS, ADD VALUE LABELS. |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Ben Pfaff | Get rid of static vars in MATCH FILES. |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Ben Pfaff | Redo VFM interface. Get rid of compaction_necessary... |
blob | commitdiff | raw | diff to current |
2004-03-13 |
John Darrington | Fixed the handling of MISSING values in t-test |
blob | commitdiff | raw | diff to current |
2004-03-12 |
John Darrington | Added support for T-TEST where the group criteria is... |
blob | commitdiff | raw | diff to current |
2004-03-11 |
Ben Pfaff | Change explicit variable name checks into use of dict_c... |
blob | commitdiff | raw | diff to current |
2004-03-11 |
Ben Pfaff | Fix TEMPORARY bug and add regression test. |
blob | commitdiff | raw | diff to current |
2004-03-10 |
Ben Pfaff | Fix brown-bag bug introduced in last check-in. |
blob | commitdiff | raw | diff to current |
2004-03-10 |
Ben Pfaff | Eliminate temp_case, and a few other cleanups. |
blob | commitdiff | raw | diff to current |
2004-03-04 |
Ben Pfaff | Fix a lot of "possibly uninitialized variable" warnings... |
blob | commitdiff | raw | diff to current |
2004-03-04 |
Ben Pfaff | Start working to eliminate VFM dependence on static... |
blob | commitdiff | raw | diff to current |
2004-03-02 |
Ben Pfaff | Beginning of VFM cleanup. |
blob | commitdiff | raw | diff to current |
2004-02-21 |
John Darrington | Added a trap on signal 11 requesting a bug report. |
blob | commitdiff | raw | diff to current |
2004-02-21 |
Ben Pfaff | Fix root cause of bug worked around by previous check... |
blob | commitdiff | raw | diff to current |
2004-02-20 |
John Darrington | Fixed a bug causing pspp to crash when computed variabl... |
blob | commitdiff | raw | diff to current |
2004-02-19 |
Ben Pfaff | Got rid of approx.h and replaced all references to... |
blob | commitdiff | raw | diff to current |
2004-02-19 |
Ben Pfaff | Prevent procedure() from being called recursively. |
blob | commitdiff | raw | diff to current |
2004-02-18 |
John Darrington | Added Levene test. Added T-TEST section to pspp.texi |
blob | commitdiff | raw | diff to current |
2004-02-17 |
Ben Pfaff | data-out.c clean ups. |
blob | commitdiff | raw | diff to current |
2004-02-17 |
Ben Pfaff | Add an Emacs header line to output files that makes... |
blob | commitdiff | raw | diff to current |
2004-02-16 |
Ben Pfaff | Clean up struct dictionary's value_cnt usage. |
blob | commitdiff | raw | diff to current |
2004-02-16 |
Ben Pfaff | Make vfm.c slightly less grotesque. |
blob | commitdiff | raw | diff to current |
2004-02-16 |
Ben Pfaff | (struct variable) Update comments. |
blob | commitdiff | raw | diff to current |
2004-02-16 |
Ben Pfaff | Got rid of "struct long_vec", envector(), devector... |
blob | commitdiff | raw | diff to current |
2004-02-16 |
Ben Pfaff | pfm-write.c: (bufwrite) Get rid of nasty cast that... |
blob | commitdiff | raw | diff to current |
2004-02-13 |
Ben Pfaff | Add auxiliary argument to procedure() interface. Assoc... |
blob | commitdiff | raw | diff to current |
2004-02-12 |
John Darrington | Added caculations for the grouped T-TEST |
blob | commitdiff | raw | diff to current |
2004-02-12 |
Ben Pfaff | Clean up pref.h.orig and deal with the consequences. |
blob | commitdiff | raw | diff to current |
2004-02-12 |
John Darrington | Update a rather poor Changelog entry, to give better... |
blob | commitdiff | raw | diff to current |
2004-02-12 |
Ben Pfaff | Fixed crash from FLIP when a numeric variable is specif... |
blob | commitdiff | raw | diff to current |
2004-02-05 |
John Darrington | Fixed a bug causing PSPP to crash under certain invalid... |
blob | commitdiff | raw | diff to current |
2004-02-04 |
John Darrington | Added calculations for the one sample t test |
blob | commitdiff | raw | diff to current |
2004-02-04 |
Ben Pfaff | (render_strip) Fix bug that sometimes caused joined... |
blob | commitdiff | raw | diff to current |
2004-02-03 |
John Darrington | Fixed seeding of random number generator. |
blob | commitdiff | raw | diff to current |
2004-02-03 |
Ben Pfaff | (rng_get_double) Fix always-returning-zero bug in my... |
blob | commitdiff | raw | diff to current |
2004-01-30 |
John Darrington | Rewritten the t-test (no calculations yet). |
blob | commitdiff | raw | diff to current |
2004-01-02 |
Ben Pfaff | Thu Jan 1 23:16:41 2004 Ben Pfaff <blp@gnu.org> |
blob | commitdiff | raw | diff to current |
2003-12-31 |
John Darrington | Fixed a bug in frequencies.q which would crash on alpha... |
blob | commitdiff | raw | diff to current |
2003-12-31 |
Ben Pfaff | Tue Dec 30 22:42:57 2003 Ben Pfaff <blp@gnu.org> |
blob | commitdiff | raw | diff to current |
2003-12-31 |
Ben Pfaff | Tue Dec 30 22:37:04 2003 Ben Pfaff <blp@gnu.org> |
blob | commitdiff | raw | diff to current |
2003-12-30 |
John Darrington | Removed redundant code from output.h |
blob | commitdiff | raw | diff to current |
2003-12-30 |
Ben Pfaff | Sat Dec 27 16:16:49 2003 Ben Pfaff <blp@gnu.org> |
blob | commitdiff | raw | diff to current |
2003-12-20 |
Ben Pfaff | Fri Dec 19 23:35:04 2003 Ben Pfaff <blp@gnu.org> |
blob | commitdiff | raw | diff to current |
2003-12-20 |
Ben Pfaff | Fri Dec 19 23:27:45 2003 Ben Pfaff <blp@gnu.org> |
blob | commitdiff | raw | diff to current |
2003-12-20 |
Ben Pfaff | Fri Dec 19 21:31:48 2003 Ben Pfaff <blp@gnu.org> |
blob | commitdiff | raw | diff to current |
next |