por-file-reader: Tolerate short lines when detecting portable files.
[pspp-builds.git] / src / math /
2009-02-23 Jason StoverFix bug 25677
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
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-07-06 Jason Stoversubscript fixes
2006-07-05 Jason Stoveradded new initialization function
2006-07-05 Jason Stovermoved to src/math for wider availability
2006-07-04 John DarringtonEncapsulated msg_location inside msg_emit
2006-07-03 Jason Stoversubscript fixes; added free functions
2006-07-02 Jason Stoverfixed subscript in sum; added new functions; fixed...
2006-07-01 Jason Stoverdropped use of casefiles
2006-07-01 Jason Stovercorrected increment of lag
2006-06-21 Jason Stoversave coefficients in innovations estimate structure
2006-06-21 Jason Stoveradded scale update to innovations algorithm
2006-06-16 Jason Stoverfixed bogus email address
2006-06-16 Jason Stoveradded initial innovations functions
2006-06-07 Jason Stoverfixed mistakes
2006-06-07 Jason Stoverfixed mistakes
2006-06-07 Jason Stoverfixed bogus email address
2006-06-07 Jason Stoverrenamed time-series directory ts
2006-06-07 Jason Stoverinitial version
2006-06-07 Jason StoverRenamed time-series directory ts
2006-06-05 Jason Stoveradded coefficient typedef
2006-06-04 Jason Stoverinitial version of autocovariance function
2006-05-25 Jason Stovernew file
2006-05-19 Jason Stoveradded comment
2006-05-19 Jason Stoverrenamed pspp_linreg_coeff to pspp_coeff
2006-05-19 Jason Stovermoved coefficient.[ch] to src/math
2006-05-19 Jason Stovermoved src/math/linreg/coefficient.* to src/math
2006-05-12 Jason Stoverchanged linreg_cache.coeff to **
next