linreg: Comment out unused function to avoid compiler warning.
[pspp] / src / math / linreg.c
2017-07-30 Ben Pfafflinreg: Comment out unused function to avoid compiler...
2017-07-29 John DarringtonLinreg.c: Remove QR decomposition optimisation.
2017-07-29 John Darringtonlinreg.c: Fix typo
2017-05-12 John Darringtonsrc/math/linreg.c: Don't calculate the intercept for...
2017-05-12 John Darringtonsrc/math/linreg.c: Encapsulate this object better.
2017-05-12 John DarringtonREGRESSION: Implement /ORIGIN subcommand.
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2015-07-10 John DarringtonLinreg: Reduce scope of variables
2013-10-26 Ben PfaffMerge master into gtk3. 20131026032545/pspp 20131027032559/pspp 20131028032549/pspp 20131030030824/pspp 20131031032414/pspp 20131101032516/pspp 20131102032602/pspp 20131103032703/pspp 20131104032617/pspp 20131105032650/pspp 20131106032624/pspp 20131107032703/pspp 20131108032720/pspp 20131110032717/pspp 20131111032724/pspp 20131112032726/pspp 20131113032746/pspp 20131114032755/pspp 20131115032755/pspp 20131116032752/pspp
2013-07-09 John Darringtonconstness 20130710030503/pspp 20130711030502/pspp 20130712030502/pspp
2013-07-03 John DarringtonFixed incorrect behaviour of REGRESSION when multiple... 20130708030519/pspp 20130709030513/pspp
2013-06-29 John DarringtonPartial fix for regression vs. splits issue 20130629010504/pspp
2013-06-27 John Darringtonlinreg: Remove some unused features
2012-08-25 John DarringtonMerge branch 'master' into psppsheet
2012-08-20 John Darringtonref count the linreg structure so as to avoid double... 20120821000505/pspp
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-07-28 John DarringtonFixed some of the leaks in REGRESSION 20120729000504/pspp
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-18 Ben Pfafflinreg: Delete unused static function. 20100919040502/pspp
2010-07-20 Jason H StoverAdd argument specifying column containing dependent... 20100722040501/pspp 20100723040501/pspp
2010-05-24 John DarringtonFix compiler warnings
2010-05-21 Jason H StoverRemoved unused function 20100521090628/pspp
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-17 Jason H StoverRewrote to use new covariance functions.
2010-02-05 Jason H StoverSet final element in covariance matrix. Use accessor...
2010-01-30 Jason H Stoverallocate space to store independent variable list
2010-01-29 Jason H StoverFree linreg struct if no valid data;
2010-01-15 Jason H StoverRewrote linreg.[ch], regression.q and glm.q to use...
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-09-15 Ben PfaffMerge commit 'origin/stable' into stable
2009-08-11 Ben PfaffMerge master into output branch.
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-18 Jason Stoverpspp_linreg(): Use cache->n_coeffs to set the dimension...
2009-07-17 Jason Stoverpspp_linreg(): Use cache->n_coeffs to set the dimension...
2009-07-17 Jason StoverReturn 0.0 for mean of a categorical variable. Fixes...
2009-07-11 Jason StoverReturn 0.0 for mean of a categorical variable. Fixes...
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-05-01 Jason H StoverAllocate adequate space for permutation
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-02-23 Jason H Stoverlinreg.c: (pspp_linreg_mse) New accessor function
2009-02-23 Jason StoverFix bug 25677
2009-01-17 John DarringtonMerge commit 'origin/stable'
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-21 Jason H Stoverpspp_linreg_with_cov: Accept struct covariance_matrix...
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-12 Ben PfaffMake pspp_linreg_with_cov() void, since it doesn't...
2008-10-12 Ben PfaffUse const consistently in linreg routines, to avert...
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-09-17 Jason H Stovercoeff_init: Do not use coeff[0] as the intercept.
2008-09-15 Jason H Stoverpspp_coeff_var_to_coeff: Guard against a null pointer...
2008-09-15 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-09-12 Jason H StoverDo not use const in pspp_linreg_get_vars. Use correct...
2008-08-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-08-17 Jason H StoverEstimate parameters. Moved some code to re-usable funct...
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-06-22 Jason StoverFixed bug 23567. Added accessor functions to get/set...
2008-06-14 Jason Stovermoved src/math/linreg.[ch] to src/math