Estimate parameters. Moved some code to re-usable functions.
[pspp-builds.git] / src / language / stats / ChangeLog
2008-07-26 John DarringtonMerge with recent change by Jason.
2008-07-24 Jason H StoverDropped weight argument. Corrected update of entries...
2008-07-22 Jason H StoverNo longer store entire data set in memory.
2008-06-22 Jason StoverFixed bug 23567. Added accessor functions to get/set...
2008-05-29 John DarringtonFixed bugs which manifested themselves as bus errors...
2008-04-09 John DarringtonFix display of degrees of freedom.
2008-04-09 Jason Stoverfixed check for equality of explanatory and predictor...
2008-03-17 Ben PfaffFix bug #22037.
2008-03-11 Jason StoverRemoved use of coefficient 0 as intercept; removed...
2008-02-14 John DarringtonFixed bug #22306
2008-01-02 John DarringtonCloses patch #6359
2007-12-08 Ben PfaffPatch #6302.
2007-11-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-10-13 Ben PfaffUse fseeko module from gnulib instead of our home-grown...
2007-09-21 Jason Stoverfix memory leaks; bug 21056
2007-09-20 Ben PfaffFix bug #21108.
2007-09-14 Jason StoverDeclare models in difinition of cmd_regression; free...
2007-09-13 Ben Pfaff(postcalc): Free sorted_tab and the structures that...
2007-09-05 Ben Pfaff(cmd_crosstabs): Free xtab and the structures that...
2007-08-15 Jason Stoverfix bug 19819
2007-08-13 Ben Pfaff* psppire-dict.c (psppire_dict_dump): Don't use
2007-08-05 Ben Pfaff(rank_cmd): Instead of sorting by SPLIT FILE vars,...
2007-08-02 Ben PfaffClean up handling of median, by treating it almost...
2007-08-01 Ben PfaffRemove integer mode from FREQUENCIES and incidentally...
2007-07-28 John DarringtonFix bug #19604. T-Test documentation now matches code...
2007-07-27 Ben Pfaff(run_regression): Move casereader_destroy call so that...
2007-07-25 Ben PfaffFix bugs #20493, #20494.
2007-07-10 Jason Stoverinitial version of glm
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-05-15 Jason StoverIssue an error if no valid data are found
2007-05-08 Jason Stoverpartial fix of bug 19819
2007-04-16 John DarringtonIncrease width of N and DEF cells in T-TEST.
2007-04-12 Jason Stoverfix bug 19581
2007-03-30 Jason Stoveruse moments.c to compute moments
2007-03-19 Ben Pfaff(static var write): Rename write_style to avoid
2007-03-17 Jason StoverSupport moments
2007-02-17 Ben PfaffImprove error message when temporary file cannot be...
2007-02-07 Ben PfaffGive better error message on end of file.
2007-02-04 Jason Stoverfixed p-value computation in test of coefficients
2007-01-16 Ben PfaffClean up and improve case code.
2007-01-10 Ben PfaffFix bug #18739.
2006-12-23 Ben PfaffMake the missing value code do more work, so that its...
2006-12-22 John DarringtonFixed bug #17420 (table columns exceeded with /FORMAT...
2006-12-20 John DarringtonImplemented the NPAR TESTS command.
2006-12-19 Ben PfaffMake it possible to pull cases from the active file...
2006-12-16 Ben PfaffAllow RANK grouping variables to be strings. Fixes...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-07 John DarringtonChanged factors' independent variables to be copies...
2006-12-07 Ben PfaffCompare variable pointers instead of variable indexes.
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-11-05 John DarringtonAdded casefilter structure to assist with missing value...
2006-10-14 Ben PfaffFix memory leak in rank_sorted_casefile().
2006-10-08 John DarringtonMemory leak patrol.
2006-10-07 John DarringtonImplemented the RANK command.
2006-07-14 Jason Stovermoved knowledge of pspp_linreg_cache out of pspp_coeff_init
2006-07-05 Ben PfaffFix bug #11612, "q2c documentation does not agree with...
2006-06-23 Ben PfaffSupport long string variables on FREQUENCIES, as an...
2006-06-20 Ben PfaffMon Jun 19 22:07:13 2006 Ben Pfaff <blp@gnu.org>
2006-05-11 Jason Stoveradjustments for making coeff a pspp_linreg_coeff**
2006-05-08 Ben PfaffFix memory leak in AGGREGATE.
2006-05-08 Ben PfaffCheck return value of pool_fclose().
2006-05-06 Ben PfaffGet rid of `char *c' member in union value, for cleanli...
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-04 Ben PfaffContinue reforming procedure execution. In this phase...
2006-04-28 Jason Stoverpass only the variables in the model to pspp_linreg_pre...
2006-04-28 Jason Stoverpass only the necessary variables to model->residual
2006-04-26 Jason Stoveradded support for saving residuals and predicted values
2006-04-25 Ben PfaffUse SE instead of ME for parse errors.
2006-04-25 Ben PfaffSimplify a bit of code using snprintf().
2006-04-21 Jason Stoverchoose residual variable names correctly
2006-04-20 Jason Stovermoved call to subcommand_save outside multipass_procedu...
2006-04-19 Jason Stoverfixed look up of the number of variables
2006-04-19 Jason StoverFixed residual look up
2006-04-17 Jason Stoverregression_trns_proc accepts an int as the third arg
2006-04-17 Jason Stoveradded transformation to compute residuals
2006-04-16 Ben PfaffFix some warnings.
2006-04-08 Jason Stoveradded SAVE subcommand
2006-04-05 Jason Stoverfixed EXPORT command segfault
2006-03-28 Ben Pfaff(output_pivot_table) Drop spurious space from message.
2006-03-15 Jason Stover*** empty log message ***
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.