From: Jason Stover Date: Mon, 9 Jan 2006 01:05:03 +0000 (+0000) Subject: Added coefficient-handling routines X-Git-Tag: sav-api~2102 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5fd364b203a2a84e5034b6ff5ac5d6c4412edb7;p=pspp Added coefficient-handling routines --- diff --git a/lib/linreg/ChangeLog b/lib/linreg/ChangeLog index b35078f27c..48fcf31946 100644 --- a/lib/linreg/ChangeLog +++ b/lib/linreg/ChangeLog @@ -1,3 +1,14 @@ +Sun Jan 9 00:57 2006 Jason Stover + + * pspp_linreg.h: Altered the coefficient structure to include + variable/value pairs. + + * coefficient.c: Added functions to handle the matching between + model coefficients and their corresponding variables and values. + + * linreg.c: (pspp_linreg_cache_free) Added pspp_linreg_coeff_free () + to free coefficient structures. + Sun Oct 23 13:46:56 2005 Ben Pfaff * linreg.c: (pspp_linreg) Removed unused variable `mse'.