subscript fixes; added free functions
[pspp-builds.git] / src / math /
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.