2009-02-22 |
John Darrington | Merge commit 'window-manager/master' |
tree | commitdiff |
2009-02-20 |
Jason H Stover | covariance-matrix.c (covariance_matrix_init): pass... |
tree | commitdiff |
2009-02-20 |
John Darrington | Merge branch 'master' of /home/john/Development/pspp... |
tree | commitdiff |
2009-02-20 |
John Darrington | Merge commit 'HEAD'; commit 'savannah/master' |
tree | commitdiff |
2009-02-06 |
John Darrington | Fix minor build issues. |
tree | commitdiff |
2009-02-06 |
Ben Pfaff | Speed up Wilcoxon matched-pairs signed-ranks significan... |
tree | commitdiff |
2009-01-29 |
John Darrington | Merge branch 'savannah/perl-module' |
tree | commitdiff |
2009-01-28 |
Jason H Stover | interaction.c: Introduced interaction_variable and... |
tree | commitdiff |
2009-01-20 |
John Darrington | Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv... |
tree | commitdiff |
2009-01-19 |
Jason H Stover | Fixed bug in compare_values_short. Reported by Ben... |
tree | commitdiff |
2009-01-17 |
John Darrington | Merge commit 'origin/stable' |
tree | commitdiff |
2009-01-12 |
Jason H Stover | fixed update of moments |
tree | commitdiff |
2009-01-12 |
Jason H Stover | Rewrote interaction.[ch] |
tree | commitdiff |
2009-01-07 |
John Darrington | Merge commit 'savannah/master' |
tree | commitdiff |
2009-01-07 |
Ben Pfaff | Make cases simpler, faster, and easier to understand. |
tree | commitdiff |
2008-12-04 |
John Darrington | Merge branch 'master' into rewrite-sheet |
tree | commitdiff |
2008-12-03 |
Ben Pfaff | Replace case_ordering with subcase. |
tree | commitdiff |
2008-12-03 |
Ben Pfaff | Rename compare_values, hash_values with "_short" suffix. |
tree | commitdiff |
2008-11-21 |
Jason H Stover | pspp_linreg_with_cov: Accept struct covariance_matrix... |
tree | commitdiff |
2008-11-11 |
John Darrington | Merge branch 'master' into rewrite-sheet |
tree | commitdiff |
2008-11-08 |
John Darrington | Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv... |
tree | commitdiff |
2008-11-06 |
Jason H Stover | covariance-matrix.c: Added one-pass algorithm to comput... |
tree | commitdiff |
2008-11-01 |
John Darrington | Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv... |
tree | commitdiff |
2008-10-16 |
John Darrington | Fixed return type of design_matrix_get_case_count. |
tree | commitdiff |
2008-10-15 |
Jason H Stover | glm.q: Removed code to us QR decomposition, which requi... |
tree | commitdiff |
2008-10-15 |
Jason H Stover | covariance_accumulate: New function for one-pass comput... |
tree | commitdiff |
2008-10-12 |
Ben Pfaff | Make pspp_linreg_with_cov() void, since it doesn't... |
tree | commitdiff |
2008-10-12 |
Ben Pfaff | Use const consistently in linreg routines, to avert... |
tree | commitdiff |
2008-10-12 |
Ben Pfaff | Add prototype for design_matrix_clone() to design-matrix.h. |
tree | commitdiff |
2008-10-12 |
Ben Pfaff | Eliminate unused variable. |
tree | commitdiff |
2008-10-12 |
Ben Pfaff | Fix GCC 4.3 warnings about parameters of incomplete... |
tree | commitdiff |
2008-10-10 |
Ben Pfaff | Merge commit 'origin/stable' |
tree | commitdiff |
2008-09-26 |
John Darrington | Avoid forcing an int into a void * |
tree | commitdiff |
2008-09-20 |
John Darrington | Moved all static libraries to libtool libraries. |
tree | commitdiff |
2008-09-20 |
John Darrington | Used pow2(x) instead of x * x where appropriate. |
tree | commitdiff |
2008-09-17 |
Jason H Stover | coeff_init: Do not use coeff[0] as the intercept. |
tree | commitdiff |
2008-09-15 |
Jason H Stover | pspp_coeff_var_to_coeff: Guard against a null pointer... |
tree | commitdiff |
2008-09-15 |
John Darrington | Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv... |
tree | commitdiff |
2008-09-13 |
John Darrington | Added src/math/statistic.h to dist files. |
tree | commitdiff |
2008-09-12 |
Jason H Stover | Do not use const in pspp_linreg_get_vars. Use correct... |
tree | commitdiff |
2008-09-06 |
John Darrington | Fixed some issues calculating percentiles when missing... |
tree | commitdiff |
2008-09-06 |
John Darrington | Rewrote the EXAMINE command. |
tree | commitdiff |
2008-09-05 |
Jason H Stover | Added design_matrix_clone() to clone a design matrix. |
tree | commitdiff |
2008-09-05 |
John Darrington | Oops. Neglected to add new files. |
tree | commitdiff |
2008-09-04 |
John Darrington | Complete re-implementation of the EXAMINE command. |
tree | commitdiff |
2008-08-23 |
John Darrington | Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv... |
tree | commitdiff |
2008-08-19 |
Ben Pfaff | Start generating ChangeLog automatically from Git commi... |
tree | commitdiff |
2008-08-17 |
Jason H Stover | Estimate parameters. Moved some code to re-usable funct... |
tree | commitdiff |
2008-08-16 |
Jason H Stover | Pointer DEPVAR is now required to be set correctly... |
tree | commitdiff |
2008-08-16 |
Jason H Stover | Initial versions of functions to estimate parameters |
tree | commitdiff |
2008-07-29 |
Ben Pfaff | Use standard C99 isfinite, isnan, isinf in place of... |
tree | commitdiff |
2008-07-27 |
John Darrington | Constness |
tree | commitdiff |
2008-07-26 |
John Darrington | Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv... |
tree | commitdiff |
2008-07-26 |
John Darrington | Removed the value_cnt associated with the caseordering |
tree | commitdiff |
2008-07-24 |
Jason H Stover | Dropped weight argument. Corrected update of entries... |
tree | commitdiff |
2008-07-17 |
Jason H Stover | Recurse to simplify flow of covariance_pass_two().... |
tree | commitdiff |
2008-07-16 |
Jason Stover | Merge branch 'master' of ssh://jstover@git.sv.gnu.org... |
tree | commitdiff |
2008-07-16 |
Jason Stover | Fixed update of covariance matrix when both variables... |
tree | commitdiff |
2008-07-16 |
Jason Stover | Fixed updating of covariance matrix when both variables |
tree | commitdiff |
2008-07-16 |
Jason Stover | Added functions to compute covariance matrix. |
tree | commitdiff |
2008-06-22 |
Jason Stover | Fixed bug 23567. Added accessor functions to get/set... |
tree | commitdiff |
2008-06-14 |
Jason Stover | removed src/math/linreg/ |
tree | commitdiff |
2008-06-14 |
Jason Stover | moved src/math/linreg.[ch] to src/math |
tree | commitdiff |
2008-05-16 |
Ben Pfaff | Use gsl_isnan instead of isnan, gsl_isinf instead of... |
tree | commitdiff |
2008-04-06 |
Jason Stover | oops |
tree | commitdiff |
2008-04-06 |
Jason Stover | store intercept in proper place when using QR method |
tree | commitdiff |
2008-03-11 |
Jason Stover | Removed use of coefficient 0 as intercept; removed... |
tree | commitdiff |
2008-03-08 |
Jason Stover | Fix bug 22419 |
tree | commitdiff |
2008-03-01 |
Jason Stover | added checks for pointers to coefficient |
tree | commitdiff |
2008-02-29 |
Jason Stover | Fix bug 22419 |
tree | commitdiff |
2008-02-14 |
John Darrington | Fixed bug #22306 |
tree | commitdiff |
2008-01-19 |
John Darrington | Reworked settings so as to use one large struct instead... |
tree | commitdiff |
2007-12-12 |
John Darrington | Whitespace changes only. |
tree | commitdiff |
2007-12-04 |
Jason Stover | Removed 'Written by' line |
tree | commitdiff |
2007-11-11 |
Ben Pfaff | Patch #6262. New developers guide and resulting fixes... |
tree | commitdiff |
2007-10-12 |
Ben Pfaff | xalloc.h-instead-of-alloc.h.patch from patch #6230. |
tree | commitdiff |
2007-10-04 |
John Darrington | Created a new stock item for Reset buttons. |
tree | commitdiff |
2007-09-21 |
Jason Stover | fix memory leaks; bug 21056 |
tree | commitdiff |
2007-09-15 |
John Darrington | Initialize variables to avoid compiler warnings. |
tree | commitdiff |
2007-09-14 |
Jason Stover | fix memory leak |
tree | commitdiff |
2007-08-13 |
Ben Pfaff | Make casewriters keep track of the number of `union... |
tree | commitdiff |
2007-08-12 |
Jason Stover | Added scope and explanation of use of conditional inver... |
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 | Added missing #include |
tree | commitdiff |
2007-06-07 |
Ben Pfaff | Actually implement the new procedure code and adapt... |
tree | commitdiff |
2007-05-31 |
Jason Stover | Initial version of interaction |
tree | commitdiff |
2007-04-22 |
John Darrington | Miscellaneous cleanup to categorical values, linreg... |
tree | commitdiff |
2007-04-12 |
Jason Stover | fix bug 19581 |
tree | commitdiff |
2007-04-02 |
John Darrington | Changed a lot of non-const pointers to const. |
tree | commitdiff |
2007-02-09 |
Ben Pfaff | Fix use of size_t in printf formats. Patch #5727. |
tree | commitdiff |
2007-02-05 |
Ben Pfaff | Reduce number of multiplications for higher moments. |
tree | commitdiff |
2007-02-05 |
Ben Pfaff | Remove potentially misleading citation. |
tree | commitdiff |
2007-01-21 |
Jason Stover | removed "written by" line |
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-16 |
John Darrington | Removed my authorship lines. |
tree | commitdiff |
2006-12-15 |
Ben Pfaff | Remove "Written by Ben Pfaff <blp@gnu.org>" lines every... |
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 |
next |