removed "Written by" line
[pspp-builds.git] / src / math /
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 **
2006-05-11 Jason StoverFixed memory leak. Made coeff a linreg_coeff** for...
2006-05-10 Ben PfaffAdd WARN_UNUSED_RESULT to procedure function prototypes
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-05 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-04 Ben PfaffContinue reforming procedure execution. In this phase...
2006-04-29 John DarringtonRemoved unused variable (of undefined type) which preve...
2006-04-28 Jason Stoveradded function to retrieve variable list used in linear...
2006-04-27 Ben PfaffContinue reforming procedure execution. In this phase...
2006-04-26 Jason Stoveradded pointer to predicted values
2006-04-22 Jason Stoverremoved uneccessary cast to pspp_linreg_cache
2006-04-19 Jason StoverAdded pointer to residual variable to linreg cache
2006-04-17 Jason Stoverpspp_linreg_cache_free accepts a void pointer
2006-04-17 Jason Stoverpspp_linreg_cache_free returns a boolean
2006-04-16 Ben PfaffGet rid of src/libpspp/debug-print.h and all its users...
2006-04-16 Jason Stoverfixed variable type check
2006-04-16 Ben PfaffFix some warnings.
2006-04-10 Jason Stoverfixed prediction bug
2006-04-09 Jason Stoverupdated residual function; fixed bug in coefficient.c
2006-04-09 Jason Stoveradded residual function to linreg struct; tidied up
2006-04-09 Jason Stoverfixed coefficient lookup
2006-04-09 Jason Stoverpredict is more robust
2006-04-09 Jason Stoverfixed predict arg list; undid bad indent
2006-04-09 Jason Stoverinitialize prediction method
2006-04-09 Jason Stoverfix predict and residual declaration
2006-04-08 Jason Stoveradjustments to prediction and residual arguments
2006-04-07 Jason Stoverfixed null pointer checking
2006-04-07 Jason Stoveradded residual computation; improved handling of bad...
2006-04-05 Jason Stoveradded predict function for linear model
2006-04-04 John DarringtonFixed a multitude of C89 compatibility warnings.
2006-04-04 Jason StoverVariable-to-coefficient lookup
2006-04-04 Jason Stoveradded function to fetch coefficient by variable
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 John DarringtonAdded files in src/math
2006-03-04 John DarringtonAdded files in src/math
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.