projects
/
pspp
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Fix problem inserting variables at end of var sheet
2006-04-20
Jason Stover
moved call to subcommand_save outside multipass_procedure_wi...
commit
|
commitdiff
|
tree
2006-04-19
Jason Stover
fixed look up of the number of variables
commit
|
commitdiff
|
tree
2006-04-19
Jason Stover
Added pointer to residual variable to linreg cache
commit
|
commitdiff
|
tree
2006-04-19
Jason Stover
Fixed residual look up
commit
|
commitdiff
|
tree
2006-04-17
Jason Stover
pspp_linreg_cache_free accepts a void pointer
commit
|
commitdiff
|
tree
2006-04-17
Jason Stover
regression_trns_proc accepts an int as the third arg
commit
|
commitdiff
|
tree
2006-04-17
Jason Stover
pspp_linreg_cache_free returns a boolean
commit
|
commitdiff
|
tree
2006-04-17
Jason Stover
added transformation to compute residuals
commit
|
commitdiff
|
tree
2006-04-16
Jason Stover
fixed variable type check
commit
|
commitdiff
|
tree
2006-04-10
Jason Stover
fixed prediction bug
commit
|
commitdiff
|
tree
2006-04-09
Jason Stover
updated residual function; fixed bug in coefficient.c
commit
|
commitdiff
|
tree
2006-04-09
Jason Stover
call residual function instead of predict to get residual
commit
|
commitdiff
|
tree
2006-04-09
Jason Stover
added residual function to linreg struct; tidied up
commit
|
commitdiff
|
tree
2006-04-09
Jason Stover
fixed coefficient lookup
commit
|
commitdiff
|
tree
2006-04-09
Jason Stover
predict is more robust
commit
|
commitdiff
|
tree
2006-04-09
Jason Stover
fixed predict argument list
commit
|
commitdiff
|
tree
2006-04-09
Jason Stover
fixed predict arg list; undid bad indent
commit
|
commitdiff
|
tree
2006-04-09
Jason Stover
initialize prediction method
commit
|
commitdiff
|
tree
2006-04-09
Jason Stover
fix predict and residual declaration
commit
|
commitdiff
|
tree
2006-04-08
Jason Stover
adjustments to prediction and residual arguments
commit
|
commitdiff
|
tree
2006-04-08
Jason Stover
added SAVE subcommand
commit
|
commitdiff
|
tree
2006-04-07
Jason Stover
fixed null pointer checking
commit
|
commitdiff
|
tree
2006-04-07
Jason Stover
added residual computation; improved handling of bad...
commit
|
commitdiff
|
tree
2006-04-05
Jason Stover
added predict function for linear model
commit
|
commitdiff
|
tree
2006-04-05
Jason Stover
fixed EXPORT command segfault
commit
|
commitdiff
|
tree
2006-04-05
Jason Stover
fixed EXPORT command segfault
commit
|
commitdiff
|
tree
2006-04-04
Jason Stover
Variable-to-coefficient lookup
commit
|
commitdiff
|
tree
2006-04-04
Jason Stover
added function to fetch coefficient by variable
commit
|
commitdiff
|
tree
2006-03-25
Jason Stover
Memory leak fix
commit
|
commitdiff
|
tree
2006-03-25
Jason Stover
Fixed memory leak
commit
|
commitdiff
|
tree
2006-03-23
Jason Stover
Added REGRESSION test
commit
|
commitdiff
|
tree
2006-03-23
Jason Stover
test for REGRESSION procedure
commit
|
commitdiff
|
tree
2006-03-16
Jason Stover
#include cleanup
commit
|
commitdiff
|
tree
2006-03-15
Jason Stover
*** empty log message ***
commit
|
commitdiff
|
tree
2006-03-15
Jason Stover
fixed out-of-memory bug
commit
|
commitdiff
|
tree
2006-01-21
Jason Stover
Cleaning up freeing of regression coefficients
commit
|
commitdiff
|
tree
2006-01-19
Jason Stover
Added reference to regression_export.h
commit
|
commitdiff
|
tree
2006-01-19
Jason Stover
Removed extra free
commit
|
commitdiff
|
tree
2006-01-09
Jason Stover
Altered handling of linear model coefficients
commit
|
commitdiff
|
tree
2006-01-09
Jason Stover
Added coefficient-handling routines
commit
|
commitdiff
|
tree
2006-01-09
Jason Stover
Tidying types
commit
|
commitdiff
|
tree
2006-01-09
Jason Stover
Functions to handle coefficient-to-variable/value matching
commit
|
commitdiff
|
tree
2006-01-06
Jason Stover
Added categorical values to coefficient table for clarity
commit
|
commitdiff
|
tree
2006-01-04
Jason Stover
Fixed centering prior to sweep operation
commit
|
commitdiff
|
tree
2006-01-04
Jason Stover
Multiple dependent variables may be specified; less...
commit
|
commitdiff
|
tree
2006-01-04
Jason Stover
Initial version
commit
|
commitdiff
|
tree
2006-01-01
Jason Stover
Substituted strncmp for strcmp to limit string size
commit
|
commitdiff
|
tree
2006-01-01
Jason Stover
Categorical dependent variables for EXPORTed models
commit
|
commitdiff
|
tree
2005-12-30
Jason Stover
Added categorical variable support for model export
commit
|
commitdiff
|
tree
2005-12-29
Jason Stover
First functioning export of prediction and confidence...
commit
|
commitdiff
|
tree
2005-12-29
Jason Stover
Renamed reg_export_comments.h regression_export.h
commit
|
commitdiff
|
tree
2005-12-26
Jason Stover
Added confidence and prediction intervals to model...
commit
|
commitdiff
|
tree
2005-12-20
Jason Stover
*** empty log message ***
commit
|
commitdiff
|
tree
2005-12-19
Jason Stover
Dropped references to unused vector param_estimates
commit
|
commitdiff
|
tree
2005-12-18
Jason Stover
Added preamble
commit
|
commitdiff
|
tree
2005-12-18
Jason Stover
Moved EXPORT comments to new header file
commit
|
commitdiff
|
tree
2005-12-18
Jason Stover
Comments for EXPORTed regression models
commit
|
commitdiff
|
tree
2005-12-17
Jason Stover
Added comments to exported model
commit
|
commitdiff
|
tree
2005-12-17
Jason Stover
Corrected references to IMAGE mode
commit
|
commitdiff
|
tree
2005-12-16
Jason Stover
Fixed typo
commit
|
commitdiff
|
tree
2005-12-16
Jason Stover
Fixed exported C syntax
commit
|
commitdiff
|
tree
2005-12-16
Jason Stover
Fixed assignment of the intercept
commit
|
commitdiff
|
tree
2005-12-16
Jason Stover
Dropped questionable copyright notice
commit
|
commitdiff
|
tree
2005-12-16
Jason Stover
*** empty log message ***
commit
|
commitdiff
|
tree
2005-12-15
Jason Stover
Subcommand to export a model as a C function
commit
|
commitdiff
|
tree
2005-11-28
Jason Stover
Correct reporting for parametr estimates via QR decomposition
commit
|
commitdiff
|
tree
2005-11-28
Jason Stover
QR decomposition for large data sets
commit
|
commitdiff
|
tree
2005-11-28
Jason Stover
Fixed design matrix column-to-variable matching
commit
|
commitdiff
|
tree
2005-11-28
Jason Stover
Fixed dependent/independent variable separation
commit
|
commitdiff
|
tree
2005-11-27
Jason Stover
*** empty log message ***
commit
|
commitdiff
|
tree
2005-11-27
Jason Stover
Split categorical encoding and design matrix routines
commit
|
commitdiff
|
tree
2005-11-23
Jason Stover
Fixed pointer cast
commit
|
commitdiff
|
tree
2005-11-23
Jason Stover
*** empty log message ***
commit
|
commitdiff
|
tree
2005-11-23
Jason Stover
*** empty log message ***
commit
|
commitdiff
|
tree
2005-11-22
Jason Stover
Categorical value cache added
commit
|
commitdiff
|
tree
2005-11-22
Jason Stover
Rewrote categorical value-handling
commit
|
commitdiff
|
tree
2005-11-22
Jason Stover
Rewrote categorical value-handling
commit
|
commitdiff
|
tree
2005-11-16
Jason Stover
Missing value-handling
commit
|
commitdiff
|
tree
2005-10-31
Jason Stover
*** empty log message ***
commit
|
commitdiff
|
tree
2005-10-30
Jason Stover
Parameter estimate matched with appropriate variable...
commit
|
commitdiff
|
tree
2005-10-30
Jason Stover
Parameter estimate matched with appropriate variable...
commit
|
commitdiff
|
tree
2005-10-30
Jason Stover
Fixed column/variable lookup
commit
|
commitdiff
|
tree
2005-10-28
Jason Stover
Added variable/parameter matching and error reporting
commit
|
commitdiff
|
tree
2005-10-28
Jason Stover
Added variable/parameter estimate matching via new...
commit
|
commitdiff
|
tree
2005-10-27
Jason Stover
Fixed blank replacement
commit
|
commitdiff
|
tree
2005-10-27
Jason Stover
Fixed blank replacement
commit
|
commitdiff
|
tree
2005-10-27
Jason Stover
Fixed blank replacement
commit
|
commitdiff
|
tree
2005-10-27
Jason Stover
*** empty log message ***
commit
|
commitdiff
|
tree
2005-10-27
Jason Stover
Fixed blank replacement
commit
|
commitdiff
|
tree
2005-10-27
Jason Stover
Fixed blank replacement
commit
|
commitdiff
|
tree
2005-10-27
Jason Stover
Fixed blank-line replacement
commit
|
commitdiff
|
tree
2005-10-27
Jason Stover
Fixed blank line replacement
commit
|
commitdiff
|
tree
2005-10-26
Jason Stover
Added var structs to allow easier lookup of model variables
commit
|
commitdiff
|
tree
2005-10-26
Jason Stover
Added var.h to allow easier lookups of model variables
commit
|
commitdiff
|
tree
2005-10-25
Jason Stover
Added covariance matrix output
commit
|
commitdiff
|
tree
2005-10-25
Jason Stover
Fixed comment
commit
|
commitdiff
|
tree
2005-10-21
Jason Stover
Regression procedure entry
commit
|
commitdiff
|
tree
2005-10-18
Jason Stover
Fixed name of standard error of statistic
commit
|
commitdiff
|
tree
2005-10-18
Jason Stover
Fixed std. error of estimated R-square
commit
|
commitdiff
|
tree
2005-10-18
Jason Stover
Added model summary and R keyword
commit
|
commitdiff
|
tree
next