X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flinreg%2FChangeLog;h=a93f3b3fc23c9674f478799eebf797021a3881d9;hb=5b5f08a99c564c2f3e981ae0efe21ffc3c578ac4;hp=552d093b6bf086d105b6953bd74ff74bc02b4f44;hpb=b9f6480f1b451cb7873bb0591369504ff1b92595;p=pspp-builds.git diff --git a/src/math/linreg/ChangeLog b/src/math/linreg/ChangeLog index 552d093b..a93f3b3f 100644 --- a/src/math/linreg/ChangeLog +++ b/src/math/linreg/ChangeLog @@ -1,3 +1,13 @@ +2008-04-06 Jason Stover + + * linreg.c (pspp_linreg): For the QR method of getting the least + squares estimates, store intercept in cache->intercept + instead of coefficienc structure. Partial fix of bug 22788. + +2008-03-10 Jason Stover + + * linreg.c (pspp_linreg): Remove use of coefficient 0 as intercept. + 2008-03-08 Jason Stover * linreg.c (pspp_linreg_get_vars): Clean up the loop that searches