X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fts%2FChangeLog;h=0a07f8cb773a227ece798ff67f45c833ab5c8207;hb=4dc2ebcfd1a113b25f6997ff3b66fa52ac41158b;hp=e4bb39fe15bb29fcbcb9f38c2b8ec44a28d8e3e7;hpb=0188d216a999f6f45ccb98f6ee40bb82c13ac7fd;p=pspp-builds.git diff --git a/src/math/ts/ChangeLog b/src/math/ts/ChangeLog index e4bb39fe..0a07f8cb 100644 --- a/src/math/ts/ChangeLog +++ b/src/math/ts/ChangeLog @@ -1,4 +1,17 @@ -2006-06-16 Jason Stover +2006-07-01 Jason Stover + + * innovations.c: Use gsl_matrices to avoid use of casefiles by + backend math routine. + +2006-06-21 Jason Stover + + * innovations.c (innovations_update_scale): New function. + * innovations.c (get_coef): Save computed coefficients in est->coeff. + + * innovations.c (get_coef): Initialize and free the innovations + coefficients. Call innovations_update_scale (). + +2006-06-16 Jason Stover * innovations.c (innovations_convolve): New function. * innovations.c (get_coef): New function.