X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Flinreg%2FChangeLog;h=48fcf319467f75c31b2cffdc0ac5dd6e55a14f06;hb=31b6e78dc21a245350249247962d199ada98e677;hp=b35078f27c7a117ea49bb537503f5e7789f2de1d;hpb=4bdc74b3f85740cc584d6c179e040d57d780703c;p=pspp-builds.git diff --git a/lib/linreg/ChangeLog b/lib/linreg/ChangeLog index b35078f2..48fcf319 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'.