Add scratch file handles.
[pspp-builds.git] / src / regression.q
2006-01-29 Ben PfaffAdd scratch file handles.
2006-01-12 Ben PfaffClean up file handle code in preparation to add tempora...
2006-01-09 Jason StoverFunctions to handle coefficient-to-variable/value matching
2006-01-06 Jason StoverAdded categorical values to coefficient table for clarity
2006-01-04 Jason StoverFixed centering prior to sweep operation
2006-01-04 Jason StoverMultiple dependent variables may be specified; less...
2006-01-01 Jason StoverSubstituted strncmp for strcmp to limit string size
2006-01-01 Jason StoverCategorical dependent variables for EXPORTed models
2005-12-30 Jason StoverAdded categorical variable support for model export
2005-12-29 Jason StoverFirst functioning export of prediction and confidence...
2005-12-26 Jason StoverAdded confidence and prediction intervals to model...
2005-12-20 Jason Stover*** empty log message ***
2005-12-18 Jason StoverAdded preamble
2005-12-18 Jason StoverMoved EXPORT comments to new header file
2005-12-17 Jason StoverAdded comments to exported model
2005-12-16 Jason StoverFixed exported C syntax
2005-12-16 Jason StoverDropped questionable copyright notice
2005-12-16 Jason Stover*** empty log message ***
2005-12-15 Jason StoverSubcommand to export a model as a C function
2005-11-28 Jason StoverQR decomposition for large data sets
2005-11-28 Jason StoverFixed dependent/independent variable separation
2005-11-27 Jason StoverSplit categorical encoding and design matrix routines
2005-11-23 Jason StoverFixed pointer cast
2005-11-22 Jason StoverRewrote categorical value-handling
2005-11-16 Jason StoverMissing value-handling
2005-10-30 Jason StoverParameter estimate matched with appropriate variable...
2005-10-28 Jason StoverAdded variable/parameter matching and error reporting
2005-10-26 Ben PfaffFix up potential overflows in size calculations by...
2005-10-25 Jason StoverAdded covariance matrix output
2005-10-24 Ben PfaffWork to get rid of GCC 4.0 warnings, part 1.
2005-10-18 Jason StoverFixed name of standard error of statistic
2005-10-18 Jason StoverFixed std. error of estimated R-square
2005-10-18 Jason StoverAdded model summary and R keyword
2005-10-14 Jason StoverReplaced use of errno with assert
2005-10-14 Jason Stoverremoved double-counted sample size
2005-10-13 Jason Stovermiscellaneous compiler warnings
2005-10-12 Jason StoverInitial version