Implement ADD FILES and UPDATE.
[pspp-builds.git] / src / math /
2008-12-03 Ben PfaffReplace case_ordering with subcase.
2008-12-03 Ben PfaffRename compare_values, hash_values with "_short" suffix.
2008-11-21 Jason H Stoverpspp_linreg_with_cov: Accept struct covariance_matrix...
2008-11-08 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-11-06 Jason H Stovercovariance-matrix.c: Added one-pass algorithm to comput...
2008-11-01 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-10-16 John DarringtonFixed return type of design_matrix_get_case_count.
2008-10-15 Jason H Stoverglm.q: Removed code to us QR decomposition, which requi...
2008-10-15 Jason H Stovercovariance_accumulate: New function for one-pass comput...
2008-10-12 Ben PfaffMake pspp_linreg_with_cov() void, since it doesn't...
2008-10-12 Ben PfaffUse const consistently in linreg routines, to avert...
2008-10-12 Ben PfaffAdd prototype for design_matrix_clone() to design-matrix.h.
2008-10-12 Ben PfaffEliminate unused variable.
2008-10-12 Ben PfaffFix GCC 4.3 warnings about parameters of incomplete...
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-09-26 John DarringtonAvoid forcing an int into a void *
2008-09-20 John DarringtonMoved all static libraries to libtool libraries.
2008-09-20 John DarringtonUsed pow2(x) instead of x * x where appropriate.
2008-09-17 Jason H Stovercoeff_init: Do not use coeff[0] as the intercept.
2008-09-15 Jason H Stoverpspp_coeff_var_to_coeff: Guard against a null pointer...
2008-09-15 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-09-13 John DarringtonAdded src/math/statistic.h to dist files.
2008-09-12 Jason H StoverDo not use const in pspp_linreg_get_vars. Use correct...
2008-09-06 John DarringtonFixed some issues calculating percentiles when missing...
2008-09-06 John DarringtonRewrote the EXAMINE command.
2008-09-05 Jason H StoverAdded design_matrix_clone() to clone a design matrix.
2008-09-05 John DarringtonOops. Neglected to add new files.
2008-09-04 John DarringtonComplete re-implementation of the EXAMINE command.
2008-08-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-08-19 Ben PfaffStart generating ChangeLog automatically from Git commi...
2008-08-17 Jason H StoverEstimate parameters. Moved some code to re-usable funct...
2008-08-16 Jason H StoverPointer DEPVAR is now required to be set correctly...
2008-08-16 Jason H StoverInitial versions of functions to estimate parameters
2008-07-29 Ben PfaffUse standard C99 isfinite, isnan, isinf in place of...
2008-07-27 John DarringtonConstness
2008-07-26 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-07-26 John DarringtonRemoved the value_cnt associated with the caseordering
2008-07-24 Jason H StoverDropped weight argument. Corrected update of entries...
2008-07-17 Jason H StoverRecurse to simplify flow of covariance_pass_two()....
2008-07-16 Jason StoverMerge branch 'master' of ssh://jstover@git.sv.gnu.org...
2008-07-16 Jason StoverFixed update of covariance matrix when both variables...
2008-07-16 Jason StoverFixed updating of covariance matrix when both variables
2008-07-16 Jason StoverAdded functions to compute covariance matrix.
2008-06-22 Jason StoverFixed bug 23567. Added accessor functions to get/set...
2008-06-14 Jason Stoverremoved src/math/linreg/
2008-06-14 Jason Stovermoved src/math/linreg.[ch] to src/math
2008-05-16 Ben PfaffUse gsl_isnan instead of isnan, gsl_isinf instead of...
2008-04-06 Jason Stoveroops
2008-04-06 Jason Stoverstore intercept in proper place when using QR method
2008-03-11 Jason StoverRemoved use of coefficient 0 as intercept; removed...
2008-03-08 Jason StoverFix bug 22419
2008-03-01 Jason Stoveradded checks for pointers to coefficient
2008-02-29 Jason StoverFix bug 22419
2008-02-14 John DarringtonFixed bug #22306
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2007-12-12 John DarringtonWhitespace changes only.
2007-12-04 Jason StoverRemoved 'Written by' line
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-10-04 John DarringtonCreated a new stock item for Reset buttons.
2007-09-21 Jason Stoverfix memory leaks; bug 21056
2007-09-15 John DarringtonInitialize variables to avoid compiler warnings.
2007-09-14 Jason Stoverfix memory leak
2007-08-13 Ben PfaffMake casewriters keep track of the number of `union...
2007-08-12 Jason StoverAdded scope and explanation of use of conditional inver...
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-08 John DarringtonAdded missing #include
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-05-31 Jason StoverInitial version of interaction
2007-04-22 John DarringtonMiscellaneous cleanup to categorical values, linreg...
2007-04-12 Jason Stoverfix bug 19581
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
2007-02-09 Ben PfaffFix use of size_t in printf formats. Patch #5727.
2007-02-05 Ben PfaffReduce number of multiplications for higher moments.
2007-02-05 Ben PfaffRemove potentially misleading citation.
2007-01-21 Jason Stoverremoved "written by" line
2006-12-23 Ben PfaffMake the missing value code do more work, so that its...
2006-12-22 John DarringtonAdded abstract factory to create casefiles. Updated...
2006-12-16 John DarringtonRemoved my authorship lines.
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
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-25 Ben PfaffWe've had a mix of min, max from libpspp/misc.h and...
2006-11-05 John DarringtonAdded casefilter structure to assist with missing value...
2006-10-29 John DarringtonMade array.h const correct, and dealt with the conseque...
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-25 John DarringtonYet more constness
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-09-23 John DarringtonChanged int to bool in dict_get_weight and sort_active_...
2006-07-17 John DarringtonPatch #5209
2006-07-16 Jason Stovercenter the data before computing the coefficients;...
2006-07-16 Jason Stoverfixed and tested computation of coefficients
2006-07-15 Jason Stovermade matrix argument const in coefficient initialization
2006-07-15 Jason Stoverfixed computation of sample covariance
2006-07-15 Jason Stoverfixed intialization of coefficients
2006-07-14 Jason Stovermoved knowledge of pspp_linreg_cache out of pspp_coeff_init
2006-07-13 Jason Stoveruse struct design_matrix
next