X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fts%2FChangeLog;h=5a4f81e3ad33fe9c5c4e8f38d8f328d21711d79e;hb=7496b3a78aafe5c66790f805ef2de1437340a73a;hp=0a07f8cb773a227ece798ff67f45c833ab5c8207;hpb=f335cbe3c9591fdc809c197983c8cc3e2d622f1f;p=pspp-builds.git diff --git a/src/math/ts/ChangeLog b/src/math/ts/ChangeLog index 0a07f8cb..5a4f81e3 100644 --- a/src/math/ts/ChangeLog +++ b/src/math/ts/ChangeLog @@ -1,3 +1,13 @@ +2006-07-02 Jason Stover + + * innovations.c (get_coef): Moved instructions to + innovations_update_coeff() and init_theta(). + * innovations.c (get_coef): Fixed allocation of theta. + * innovations.c (innovations_update_theta): New function. + * innovations.c (init_theta): New function. + * innovations.c (innovations_convolve): Fixed upper bound of + subscript in sum. + 2006-07-01 Jason Stover * innovations.c: Use gsl_matrices to avoid use of casefiles by