2007-08-12 |
Jason Stover | Changed PSPP_LINREG_SVD to PSPP_LINREG_QR |
tree | commitdiff |
2007-08-05 |
Ben Pfaff | (rank_cmd): Instead of sorting by SPLIT FILE vars,... |
tree | commitdiff |
2007-08-02 |
Ben Pfaff | Clean up handling of median, by treating it almost... |
tree | commitdiff |
2007-08-01 |
Ben Pfaff | Remove integer mode from FREQUENCIES and incidentally... |
tree | commitdiff |
2007-07-28 |
John Darrington | Fix bug #19604. T-Test documentation now matches code... |
tree | commitdiff |
2007-07-27 |
Ben Pfaff | (run_regression): Move casereader_destroy call so that... |
tree | commitdiff |
2007-07-25 |
Ben Pfaff | Fix bugs #20493, #20494. |
tree | commitdiff |
2007-07-13 |
John Darrington | Added prototype to avoid compile time warning. |
tree | commitdiff |
2007-07-10 |
Jason Stover | initial version of glm |
tree | commitdiff |
2007-07-10 |
Jason Stover | fixed export bug |
tree | commitdiff |
2007-07-07 |
Ben Pfaff | Change license from GPLv2+ to GPLv3+. |
tree | commitdiff |
2007-06-08 |
John Darrington | Delete trailing whitespace at end of lines. |
tree | commitdiff |
2007-06-08 |
John Darrington | Fixed constness issues. |
tree | commitdiff |
2007-06-07 |
Ben Pfaff | Actually implement the new procedure code and adapt... |
tree | commitdiff |
2007-05-15 |
Jason Stover | Issue an error if no valid data are found |
tree | commitdiff |
2007-05-08 |
Jason Stover | partial fix of bug 19819 |
tree | commitdiff |
2007-05-06 |
Ben Pfaff | Abstract the documents within a dictionary a little... |
tree | commitdiff |
2007-04-22 |
John Darrington | Miscellaneous cleanup to categorical values, linreg... |
tree | commitdiff |
2007-04-16 |
John Darrington | Increase width of N and DEF cells in T-TEST. |
tree | commitdiff |
2007-04-12 |
Jason Stover | fix bug 19581 |
tree | commitdiff |
2007-04-12 |
John Darrington | Fixed Bug #19424 (confidence interval from EXAMINE). |
tree | commitdiff |
2007-04-02 |
John Darrington | Changed a lot of non-const pointers to const. |
tree | commitdiff |
2007-03-30 |
Jason Stover | use moments.c to compute moments |
tree | commitdiff |
2007-03-19 |
Ben Pfaff | (static var write): Rename write_style to avoid |
tree | commitdiff |
2007-03-17 |
Jason Stover | Support moments |
tree | commitdiff |
2007-02-17 |
Ben Pfaff | Improve error message when temporary file cannot be... |
tree | commitdiff |
2007-02-09 |
Ben Pfaff | Fix use of size_t in printf formats. Patch #5727. |
tree | commitdiff |
2007-02-07 |
Ben Pfaff | Give better error message on end of file. |
tree | commitdiff |
2007-02-04 |
Jason Stover | fixed p-value computation in test of coefficients |
tree | commitdiff |
2007-01-16 |
Ben Pfaff | Clean up and improve case code. |
tree | commitdiff |
2007-01-10 |
John Darrington | Patch #5672 |
tree | commitdiff |
2007-01-10 |
Ben Pfaff | Fix bug #18739. |
tree | commitdiff |
2007-01-07 |
John Darrington | Applied patch #5661 |
tree | commitdiff |
2006-12-24 |
John Darrington | Added some extraneous crud to .cvsignore files |
tree | commitdiff |
2006-12-23 |
Ben Pfaff | Make the missing value code do more work, so that its... |
tree | commitdiff |
2006-12-22 |
John Darrington | Added abstract factory to create casefiles. Updated... |
tree | commitdiff |
2006-12-22 |
John Darrington | Fixed bug #17420 (table columns exceeded with /FORMAT... |
tree | commitdiff |
2006-12-20 |
John Darrington | Removed 'Written by John Darrington' lines which got... |
tree | commitdiff |
2006-12-20 |
John Darrington | Implemented the NPAR TESTS command. |
tree | commitdiff |
2006-12-19 |
Ben Pfaff | Make it possible to pull cases from the active file... |
tree | commitdiff |
2006-12-16 |
Jason Stover | removed "Written by..." line |
tree | commitdiff |
2006-12-16 |
Ben Pfaff | Allow RANK grouping variables to be strings. Fixes... |
tree | commitdiff |
2006-12-16 |
John Darrington | Removed my authorship lines. |
tree | commitdiff |
2006-12-16 |
John Darrington | Committed patch #5636 |
tree | commitdiff |
2006-12-15 |
Ben Pfaff | Remove "Written by Ben Pfaff <blp@gnu.org>" lines every... |
tree | commitdiff |
2006-12-14 |
John Darrington | Made src/language into one big library. Closes patch... |
tree | commitdiff |
2006-12-10 |
Ben Pfaff | Finish converting struct variable to an opaque type... |
tree | commitdiff |
2006-12-07 |
John Darrington | Changed factors' independent variables to be copies... |
tree | commitdiff |
2006-12-07 |
Ben Pfaff | Compare variable pointers instead of variable indexes. |
tree | commitdiff |
2006-12-05 |
Ben Pfaff | First step in making struct variable opaque: the boring... |
tree | commitdiff |
2006-11-25 |
Ben Pfaff | We've had a mix of min, max from libpspp/misc.h and... |
tree | commitdiff |
2006-11-25 |
John Darrington | Added whitespace and plugged memory leak. |
tree | commitdiff |
2006-11-11 |
John Darrington | Encapsulated lexer and updated calling functions accord... |
tree | commitdiff |
2006-11-05 |
Ben Pfaff | Rewrite and improve formatted output routines. |
tree | commitdiff |
2006-11-05 |
John Darrington | Added casefilter structure to assist with missing value... |
tree | commitdiff |
2006-11-03 |
John Darrington | Updated the docs and the parser for EXAMINE to make... |
tree | commitdiff |
2006-11-03 |
Ben Pfaff | Completely rewrite src/data/format.[ch], to achieve... |
tree | commitdiff |
2006-10-29 |
John Darrington | More constness |
tree | commitdiff |
2006-10-29 |
John Darrington | Made array.h const correct, and dealt with the conseque... |
tree | commitdiff |
2006-10-26 |
John Darrington | Damn! Forgot to change casenum_t in *.q |
tree | commitdiff |
2006-10-26 |
John Darrington | Eliminated global variable current_dataset. |
tree | commitdiff |
2006-10-22 |
John Darrington | More constness/namespace policing |
tree | commitdiff |
2006-10-20 |
Jason Stover | removed useless code |
tree | commitdiff |
2006-10-20 |
John Darrington | Constness and global namespace patrol. |
tree | commitdiff |
2006-10-19 |
John Darrington | Encapsulated the static data of procedure.[ch] into... |
tree | commitdiff |
2006-10-14 |
Ben Pfaff | Fix memory leak in rank_sorted_casefile(). |
tree | commitdiff |
2006-10-14 |
John Darrington | Changed a lot of ints to bools. |
tree | commitdiff |
2006-10-08 |
John Darrington | Memory leak patrol. |
tree | commitdiff |
2006-10-07 |
John Darrington | Implemented the RANK command. |
tree | commitdiff |
2006-09-25 |
John Darrington | Added casereader_clone function. |
tree | commitdiff |
2006-09-23 |
John Darrington | Changed int to bool in dict_get_weight and sort_active_... |
tree | commitdiff |
2006-07-15 |
John Darrington | Applied patch file #10344. |
tree | commitdiff |
2006-07-14 |
Jason Stover | moved knowledge of pspp_linreg_cache out of pspp_coeff_init |
tree | commitdiff |
2006-07-08 |
Ben Pfaff | Apply patch #5225, assertions. |
tree | commitdiff |
2006-07-05 |
Ben Pfaff | Fix bug #11612, "q2c documentation does not agree with... |
tree | commitdiff |
2006-06-28 |
Ben Pfaff | Add aux data parameter to q2c parse_<command>() and... |
tree | commitdiff |
2006-06-27 |
Ben Pfaff | Move var_set and variable parsing declarations into... |
tree | commitdiff |
2006-06-23 |
Ben Pfaff | Support long string variables on FREQUENCIES, as an... |
tree | commitdiff |
2006-06-20 |
Ben Pfaff | Mon Jun 19 22:07:13 2006 Ben Pfaff <blp@gnu.org> |
tree | commitdiff |
2006-06-09 |
Ben Pfaff | Reform string library. |
tree | commitdiff |
2006-05-19 |
Jason Stover | renamed pspp_linreg_coeff to pspp_coeff |
tree | commitdiff |
2006-05-19 |
Jason Stover | updated include path of coefficient.h |
tree | commitdiff |
2006-05-11 |
Jason Stover | adjustments for making coeff a pspp_linreg_coeff** |
tree | commitdiff |
2006-05-08 |
Ben Pfaff | Fix memory leak in AGGREGATE. |
tree | commitdiff |
2006-05-08 |
Ben Pfaff | Check return value of pool_fclose(). |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Get rid of `char *c' member in union value, for cleanli... |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-05-05 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-05-04 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-04-28 |
Jason Stover | pass only the variables in the model to pspp_linreg_pre... |
tree | commitdiff |
2006-04-28 |
Jason Stover | pass only the necessary variables to model->residual |
tree | commitdiff |
2006-04-27 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-04-26 |
Ben Pfaff | Remove `init' member from struct variable, which was... |
tree | commitdiff |
2006-04-26 |
Jason Stover | added support for saving residuals and predicted values |
tree | commitdiff |
2006-04-25 |
Ben Pfaff | Use SE instead of ME for parse errors. |
tree | commitdiff |
2006-04-25 |
Ben Pfaff | Simplify a bit of code using snprintf(). |
tree | commitdiff |
2006-04-21 |
Jason Stover | choose residual variable names correctly |
tree | commitdiff |
2006-04-20 |
Jason Stover | moved call to subcommand_save outside multipass_procedu... |
tree | commitdiff |
2006-04-19 |
Jason Stover | fixed look up of the number of variables |
tree | commitdiff |
next |