X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Flinreg%2FChangeLog;h=d5cf40fc94d13f17ae2cb3416e077472f663b3c2;hb=2e5ba1599578af2f13aa483db3ee49d591aed42f;hp=274faf41947910f36327ea6880c5280888a151f8;hpb=3fc7b08b53d3a07385327d6f2aff11a2f9abce08;p=pspp-builds.git diff --git a/src/math/linreg/ChangeLog b/src/math/linreg/ChangeLog index 274faf41..d5cf40fc 100644 --- a/src/math/linreg/ChangeLog +++ b/src/math/linreg/ChangeLog @@ -1,3 +1,24 @@ +2006-05-19 Jason Stover + + * coefficient.c: Moved to src/math. + + * coefficient.h: Moved to src/math. + +2006-05-11 Jason Stover + + * linreg.h: Made linreg_cache's coeff a pspp_linreg_coeff**. + +2006-04-28 Jason Stover + + * linreg.c (pspp_linreg_get_vars): New function. Fills an array with + pointers to the variables used in the model. + + * linreg.h: Add a pointer called get_vars to pspp_linreg_get_vars() + to access variables in a model. + + * coefficient.c (pspp_linreg_coeff_init): Set the variable + associated with the intercept term to NULL. + 2006-04-26 Jason Stover * linreg.h: Added a pointer to predicted values.