X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fts%2FChangeLog;h=0a07f8cb773a227ece798ff67f45c833ab5c8207;hb=4dc2ebcfd1a113b25f6997ff3b66fa52ac41158b;hp=f4f919f06fc548df4702f51995cfd1f99c5b84a5;hpb=6abdd9ecfc1a5a9a6c4db1b675249357da453167;p=pspp-builds.git diff --git a/src/math/ts/ChangeLog b/src/math/ts/ChangeLog index f4f919f0..0a07f8cb 100644 --- a/src/math/ts/ChangeLog +++ b/src/math/ts/ChangeLog @@ -1,3 +1,16 @@ +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.